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...