swwdc2012_11_17

Download SWWDC2012_11_17

If you can't read please download the document

Upload: atsushi-yoshimura

Post on 11-May-2015

1.986 views

Category:

Documents


5 download

DESCRIPTION

サンプルコードです https://github.com/Ushio/SWWDC_CoreAnimation

TRANSCRIPT

  • 1.Core Animation for iOS~with blocks helper~121117 1

2. Profile wow.inc Objective-c @ushiostarfish C++ C# Cocoa121117 2 3. Point of This SessionCore Animation BlocksTips 1211173 4. github https://github.com/Ushio/SWWDC_CoreAnimation1211174 5. Getting Start1211175 6. Getting Start1211176 7. Display Image DisplayImage1211177 8. CALayer and UIViewUIViewlayer() CALayer CALayer subLayers() CALayer121117 8 9. Implicit or Explicit Core AnimationAPI ImplicitExplicit1211179 10. Implicit AnimationKVCImplicitAnimation UIViewlayerLayer12111710 11. CAMediaTimingFunction CAMediaTimingFunction functionWithControlPoints:::: ex) 121117 11 12. CAMediaTimingFunction CAMediaTimingFunction functionWithControlPoints::::(c, d) y+ x+ (a, b) 121117 12 13. Explicit Animation CAAnimationCALayeraddExplicitAnimation ...etc12111713 14. WWDC 2011 Session Videos CoreAnimation Essentials121117 14 15. RenderingUIView : drawRect UIView CALayerCALayerUIViewdrawRect CALayer UICALayer UIViewUICALayer121117 15 16. UtilityExplicitAnimationUtilityblocksTips 121117 16 17. Tips : Animatable appleCALayerAnimatable121117 17 18. bounds.size.x, bounds.size.y bounds.size.x, bounds.size.y position.y, anchorPoint.y, transform.rotate.z bounds12111718 19. anchorPoint12111719 20. 121117 20 21. UIView CoreAnimation CoreAnimation12111721 22. 121117 22