TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Nov 2016 |
SPMSupports SPM | ✗ |
Maintained by litt1e-p.
UIWindow transition effects while changing window’s rootViewController
UIApplication.sharedApplication().keyWindow?.transitRootVc(yourTabBarTwoController(), style: transitionType, duration: nil)
/* there are 11 kinds of transition effects, .None effect and .Random effect are also available
transitionType: None,
ZoomOut,
ZoomIn,
Dissolve,
SliceVertical,
SliceHorizontal,
FlipFromLeft,
FlipFromRight,
FlipFromTop,
FlipFromBottom,
CurlUp,
CurlDown,
Random
*/
pod 'UIWindow-Transition', '~> 0.0.1'
just download lib folder and add into your project
release first version.