Designed by yoon
| top | left | right | bottom |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
| inPlaceFadeIn | inPlaceFadeInTop | inPlaceFadeInBottom |
|---|---|---|
![]() |
![]() |
![]() |
pod 'TanibleView'- How to reload
/*
* If you want to change direction -> tableView.direction = .bottom
* call reload after changing direction
*/
tableView.reload()- 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.1TanibleView is available under the MIT license. See the LICENSE file for more info.






