Difference between revisions of "IOS 7 App Development Essentials"
From Techotopia
Line 33: | Line 33: | ||
#* [[An iOS 7 UIKit Dynamics Tutorial|Attaching a View to an Anchor Point]] | #* [[An iOS 7 UIKit Dynamics Tutorial|Attaching a View to an Anchor Point]] | ||
#* [[An iOS 7 UIKit Dynamics Tutorial|Implementing a Spring Attachment Between two Views]]<br><br> | #* [[An iOS 7 UIKit Dynamics Tutorial|Implementing a Spring Attachment Between two Views]]<br><br> | ||
+ | # [[An Introduction to iOS 7 Sprite Kit Programming]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|What is Sprite Kit?]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|The Key Components of a Sprite Kit Game]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Sprite Kit View]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Scenes]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Nodes]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Physics Bodies]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Physics World]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Actions]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Transitions]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|Texture Atlas]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|An Example Sprite Kit Game Hierarchy]] | ||
+ | #* [[An Introduction to iOS 7 Sprite Kit Programming|The Sprite Kit Game Rendering Loop]]<br><br> |
Revision as of 19:21, 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
- An iOS 7 UIKit Dynamics Tutorial
- An Introduction to iOS 7 Sprite Kit Programming