iOS动画框架-Spring
框架地址
https://github.com/MengTo/Spring |
安装方法
Cocoapods: (推荐)
use_frameworks!
pod 'Spring', :git => 'https://github.com/MengTo/Spring.git'手动安装:
将
Spring文件夹拖进Xcode工程,确保勾选了(Copy Item if nedd和Create groups)
使用方法
代码:
springView.animation = "shake"
springView.animate()Storyboard
选择
View的类型
可以在
Attribute Inspector中设置属性
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 码行!
评论
ValineDisqus




