TanibleView
Very easy to use and simple animate TableView.
top | left | right | bottom |
---|---|---|---|
inPlaceFadeIn | inPlaceFadeInTop | inPlaceFadeInBottom |
---|---|---|
Install
pod 'TanibleView'
Example
- Set animation direction
/*
* default direction top
* .bottom, .inPlaceFadeIn, etc...
*/
let tableView = TanibleView()
tableView.direction = .bottom
- Set Enabled
// default true
tableView.isEnabled = false
- And other settings
tableView.duration = 1.6
tableView.delay = 0.06
tableView.springDamping = 0.6
tableView.springValocity = 0.1