Skip to content

0.3.2

Compare
Choose a tag to compare
@lkzhao lkzhao released this 16 Feb 18:12
· 337 commits to master since this release
  • new properties for specifying default animations
extension UIViewController {
  /// default hero animation type for presenting & dismissing modally
  public var heroModalAnimationType: HeroDefaultAnimationType
}
extension UINavigationController {
  /// default hero animation type for push and pop within the navigation controller
  public var heroNavigationAnimationType: HeroDefaultAnimationType
}
extension UITabBarController {
  /// default hero animation type for switching tabs within the tab bar controller
  public var heroTabBarAnimationType: HeroDefaultAnimationType
}
  • bug fixes #90 #85
  • basic support for animating UIVisualEffectView's effect property in iOS 10