TanibleView 1.1.0

TanibleView 1.1.0

dokgi88维护。




  • dokgi88

imgTitleLogo

Designed by yoon


TanibleView

Swift Platform License

顶部 左侧 右侧 底部
top.gif left.gif right.gif bottom.gif
原地淡入 原地淡入至顶部 原地淡入至底部
inPlaceFadeIn.gif inPlaceFadeInTop.gif inPlaceFadeInBottom.gif

安装

pod 'TanibleView'

示例

  • 设置动画方向
/* 
* default direction top
* .bottom, .inPlaceFadeIn, etc...
*/ 
let tableView = TanibleView()
tableView.direction = .bottom
  • 启用设置
// default true
tableView.isEnabled = false
  • 以及其他设置
tableView.duration = 1.6
tableView.delay = 0.06
tableView.springDamping = 0.6
tableView.springValocity = 0.1

许可

TanibleView 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。