Back to Hero

UIViewController

docs/docsets/Hero.docset/Contents/Resources/Documents/Extensions/UIViewController.html

1.6.43.9 KB
Original Source

UIViewController

extension UIViewController: HeroCompatible

`

                heroModalAnimationType
                `

Undocumented

Declaration

Swift

@MainActor
var heroModalAnimationType: HeroDefaultAnimationType { get set }

Show on GitHub

`

                heroModalAnimationTypeString
                `

Undocumented

Declaration

Swift

@IBInspectable
@MainActor
var heroModalAnimationTypeString: String? { get set }

Show on GitHub

`

                isHeroEnabled
                `

Undocumented

Declaration

Swift

@IBInspectable
@MainActor
var isHeroEnabled: Bool { get set }

Show on GitHub

`

                ht_dismiss(_:)
                `

Undocumented

Declaration

Swift

@IBAction
@MainActor
public func ht_dismiss(_ sender: UIView)

Show on GitHub

`

                heroReplaceViewController(with:)
                `

Undocumented

Declaration

Swift

@MainActor
public func heroReplaceViewController(with next: UIViewController)

Show on GitHub

`

                hero_dismissViewController()
                `

Undocumented

Declaration

Swift

@IBAction
@MainActor
public func hero_dismissViewController()

Show on GitHub

`

                hero_unwindToRootViewController()
                `

Undocumented

Declaration

Swift

@IBAction
@MainActor
public func hero_unwindToRootViewController()

Show on GitHub

`

                hero_unwindToViewController(_:)
                `

Undocumented

Declaration

Swift

@MainActor
public func hero_unwindToViewController(_ toViewController: UIViewController)

Show on GitHub

`

                hero_unwindToViewController(withSelector:)
                `

Undocumented

Declaration

Swift

@MainActor
public func hero_unwindToViewController(withSelector: Selector)

Show on GitHub

`

                hero_unwindToViewController(withClass:)
                `

Undocumented

Declaration

Swift

@MainActor
public func hero_unwindToViewController(withClass: AnyClass)

Show on GitHub

`

                hero_unwindToViewController(withMatchBlock:)
                `

Undocumented

Declaration

Swift

@MainActor
public func hero_unwindToViewController(withMatchBlock: (UIViewController) -> Bool)

Show on GitHub

`

                hero_replaceViewController(with:)
                `

Undocumented

Declaration

Swift

@MainActor
public func hero_replaceViewController(with next: UIViewController)

Show on GitHub