Difference between revisions of "IOS 7 App Development Essentials"
From Techotopia
Line 25: | Line 25: | ||
#* [[iOS 7 UIKit Dynamics - An Overview|The UIDynamicItemBehavior Class]] | #* [[iOS 7 UIKit Dynamics - An Overview|The UIDynamicItemBehavior Class]] | ||
#* [[iOS 7 UIKit Dynamics - An Overview|Combining Behaviors to Create a Custom Behavior]]<br><br> | #* [[iOS 7 UIKit Dynamics - An Overview|Combining Behaviors to Create a Custom Behavior]]<br><br> | ||
+ | # [[Creating the UIKit Dynamics Example Project]] | ||
+ | #* [[Creating the UIKit Dynamics Example ProjectAdding the Dynamic Items]] | ||
+ | #* [[Creating the UIKit Dynamics Example ProjectCreating the Dynamic Animator Instance]] | ||
+ | #* [[Creating the UIKit Dynamics Example ProjectAdding Gravity to the Views]] | ||
+ | #* [[Creating the UIKit Dynamics Example ProjectImplementing Collision Behavior]] | ||
+ | #* [[Creating the UIKit Dynamics Example ProjectAttaching a View to an Anchor Point]] | ||
+ | #* [[Creating the UIKit Dynamics Example ProjectImplementing a Spring Attachment Between two Views]]<br><br> |
Revision as of 17:11, 4 October 2013
© 2013 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.
<google>BUY_IOS7</google>
- iOS 7 UIKit Dynamics - An Overview
- Understanding UIKit Dynamics
- The UIKit Dynamics Architecture
- Dynamic Items
- Dynamic Behaviors
- The Reference View
- The Dynamic Animator
- Implementing UIKit Dynamics in an iOS 7 Application
- Dynamic Animator Initialization
- Configuring Gravity Behavior
- Configuring Collision Behavior
- Configuring Attachment Behavior
- Configuring Snap Behavior
- Configuring Push Behavior
- The UIDynamicItemBehavior Class
- Combining Behaviors to Create a Custom Behavior
- Creating the UIKit Dynamics Example Project
- Creating the UIKit Dynamics Example ProjectAdding the Dynamic Items
- Creating the UIKit Dynamics Example ProjectCreating the Dynamic Animator Instance
- Creating the UIKit Dynamics Example ProjectAdding Gravity to the Views
- Creating the UIKit Dynamics Example ProjectImplementing Collision Behavior
- Creating the UIKit Dynamics Example ProjectAttaching a View to an Anchor Point
- Creating the UIKit Dynamics Example ProjectImplementing a Spring Attachment Between two Views