TanibleView 1.1.0

TanibleView 1.1.0

Maintained by dokgi88.




  • By
  • dokgi88

imgTitleLogo

Designed by yoon


TanibleView

Swift Platform License

top left right bottom
top.gif left.gif right.gif bottom.gif
inPlaceFadeIn inPlaceFadeInTop inPlaceFadeInBottom
inPlaceFadeIn.gif inPlaceFadeInTop.gif inPlaceFadeInBottom.gif

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

License

TanibleView is available under the MIT license. See the LICENSE file for more info.