当更改窗口的根ViewController时的 UIWindow 转换效果
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
发布第一个版本。