UIViewController
extension UIViewController: HeroCompatible
-
Undocumented
Declaration
Swift
var heroModalAnimationType: HeroDefaultAnimationType { get set }
-
Undocumented
Declaration
Swift
@IBInspectable var heroModalAnimationTypeString: String? { get set }
-
Undocumented
Declaration
Swift
@IBInspectable var isHeroEnabled: Bool { get set }
-
Undocumented
Declaration
Swift
@IBAction public func ht_dismiss(_ sender: UIView)
-
Undocumented
Declaration
Swift
public func heroReplaceViewController(with next: UIViewController)
-
Undocumented
Declaration
Swift
@IBAction public func hero_dismissViewController()
-
Undocumented
Declaration
Swift
@IBAction public func hero_unwindToRootViewController()
-
Undocumented
Declaration
Swift
public func hero_unwindToViewController(_ toViewController: UIViewController)
-
Undocumented
Declaration
Swift
public func hero_unwindToViewController(withSelector: Selector)
-
Undocumented
Declaration
Swift
public func hero_unwindToViewController(withClass: AnyClass)
-
Undocumented
Declaration
Swift
public func hero_unwindToViewController(withMatchBlock: (UIViewController) -> Bool)
-
Undocumented
Declaration
Swift
public func hero_replaceViewController(with next: UIViewController)