Changes

IOS 9 UIKit Dynamics – An Overview

3 bytes added, 21:33, 21 December 2015
Implementing UIKit Dynamics in an iOS 9 Application
1. Create an instance of the UIDynamicAnimator class to act as the dynamic animator and initialize it with a reference to the reference view.
 
2. Create and configure a dynamic behavior instance and assign to it the dynamic items on which the specified behavior is to be imposed.
 
3. Add the dynamic behavior instance to the dynamic animator.
 
4. Repeat from step 2 to create and add additional behaviors.