Back to Hero

HeroConditionalContext

docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroConditionalContext.html

1.6.43.9 KB
Original Source

HeroConditionalContext

public struct HeroConditionalContext

Undocumented

Show on GitHub

`

                view
                `

Undocumented

Declaration

Swift

public weak var view: UIView!

Show on GitHub

`

                isAppearing
                `

Undocumented

Declaration

Swift

public private(set) var isAppearing: Bool { get }

Show on GitHub

`

                isPresenting
                `

Undocumented

Declaration

Swift

public var isPresenting: Bool { get }

Show on GitHub

`

                isInTabbarController
                `

Undocumented

Declaration

Swift

public var isInTabbarController: Bool { get }

Show on GitHub

`

                isInNavbarController
                `

Undocumented

Declaration

Swift

public var isInNavbarController: Bool { get }

Show on GitHub

`

                isMatched
                `

Undocumented

Declaration

Swift

public var isMatched: Bool { get }

Show on GitHub

`

                isAncestorViewMatched
                `

Undocumented

Declaration

Swift

public var isAncestorViewMatched: Bool { get }

Show on GitHub

`

                matchedView
                `

Undocumented

Declaration

Swift

public var matchedView: UIView? { get }

Show on GitHub

`

                matchedAncestorView
                `

Undocumented

Declaration

Swift

public var matchedAncestorView: (UIView, UIView)? { get }

Show on GitHub

`

                fromViewController
                `

Undocumented

Declaration

Swift

public var fromViewController: UIViewController { get }

Show on GitHub

`

                toViewController
                `

Undocumented

Declaration

Swift

public var toViewController: UIViewController { get }

Show on GitHub

`

                currentViewController
                `

Undocumented

Declaration

Swift

public var currentViewController: UIViewController { get }

Show on GitHub

`

                otherViewController
                `

Undocumented

Declaration

Swift

public var otherViewController: UIViewController { get }

Show on GitHub