Skip to content

dokgi88/TanibleView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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.1

License

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

About

Veeeeeeeeeeeeeeeery easy to use and simple animate TableView

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published