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