TanibleView

Very easy to use and simple animate TableView.

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

GitHub