Designed by yoon
TanibleView
顶部 | 左侧 | 右侧 | 底部 |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
原地淡入 | 原地淡入至顶部 | 原地淡入至底部 |
---|---|---|
![]() |
![]() |
![]() |
安装
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 文件。