文件名称:WatchAnimationHelper:WatchKit 的 CALayer 动画助手
文件大小:32KB
文件格式:ZIP
更新时间:2024-07-19 10:23:06
Swift
WatchKit 动画似乎是一个艰苦的过程。 该项目的重点是使用现有代码库简化 WatchKit 动画创建。 现在它支持和 安装 只需将WatchAnimationHelper.swift复制到您的项目中即可。 ##用法 CALayer 属性动画 想象以下旋转动画: var rotation = CABasicAnimation ( keyPath : " transform.rotation.z " ) rotation. fromValue = 0 rotation. toValue = M_PI * 2.0 rotation. duration = 2 self . layer . addAnimation (rotation, forKey : " rotationAnimation " ) 为了为 WKInterfaceImage 准备动画图像替换 self . l
【文件预览】:
WatchAnimationHelper-master
----Source()
--------WatchAnimationHelper.swift(5KB)
----LICENSE(1KB)
----Example()
--------LayerAnimations WatchKit App()
--------LayerAnimations.xcodeproj()
--------LayerAnimationsTests()
--------LayerAnimations WatchKit Extension()
--------LayerAnimations()
----README.md(3KB)
----.gitignore(321B)