URLComponents
When writing mobile apps, more often than not we have to communicate with a backend to get some data to present to the user. The shared language between frontend and backend is usually URLs combined with either a POST body or maybe some URL query paramete...
Making a Presentation Application with Google Nearby Messages & Firebase
Here at Nodes, we regularly run events and give presentations. We wanted to use technology to make these more accessible and enhance these events for people who attend, and smooth out the event process entirely the only way we know how; making application...
App accelerators
The competition in the mobile app industry gets bigger and bigger so we have to deliver better and better apps to keep the users hooked. Extra niceness goes a long way in user retention and introducing app accelerators is a great example because it’s not ...
Custom Gesture Recognizers
If you want to implement a gesture that is not already provided by Apple you can customise your own. However, they recommend using the standard gestures because users are already familiar with them, so take some time to consider if a custom gesture is the...
UIGestures
Gestures are the magic behind those accelerators that can make your app more user friendly. We will now show a few examples on how to implement them in your code. Swipe Gestures You can have many accelerators build with the swipe gesture as it is discrete...
Adding Peek and Pop to your View Controllers
With iOS 9, new iPhone models add a third dimension to the user interface, called force touch, or more commonly 3D Touch. A user can now press your Home screen icon to immediately access functionality provided by your app. Within your app, a user can now ...
Challenges when making Today Widgets
Apple introduced the Today extension in iOS 9, more commonly called widgets. Apple describes widgets like so: Widgets give users quick access to information that’s important right now. For example, users open the Today view to check current stock prices o...
Searchable Items
Motivation App search has been here since iOS9. This feature seems to go largely unused. Maybe this is because both developers and people selling features have forgotten it exists. This is a quick guide for less technical people, and a semi quick guide fo...
Preparing for iPhone X
iPhone X was announced on September 12, 2017, and with that came a lot of questions about how apps will look and behave with this new phone. We as iOS developers are now accustomed to supporting a variety of screen sizes, but there are still some new chal...