This tutorial will focus on a Sliding Menu and implementing effects on the menu using UIKitDynamics.
UIKit Dynamics brings real world physics to objects in your app. Objects in your app like a button, an image, a table, etc. can have physics behaviors applied to them.
Used in moderation the practical application of these elements will add some polish to your app project.
UIKit Dynamics is made up of four elements;
1. A Dynamic animator
2. Dynamic behaviors(Attachment,Snap,Gravity,Collision,Push)
3. Dynamic behavior items (Allows customization of properties used in the behaviors)
4. A reference view
The Dynamic Animator groups and manages behaviors as well as the interactions on the reference view. The animator uses the reference view as the coordinate system to calculate the output of behaviors. [Read more…]