框架地址

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 的类型

    img

    可以在Attribute Inspector中设置属性

    Attribute Inspector