docs/docsets/Hero.docset/Contents/Resources/Documents/Structs/HeroConditionalContext.html
public struct HeroConditionalContext
Undocumented
`
view
`
Undocumented
Swift
public weak var view: UIView!
`
isAppearing
`
Undocumented
Swift
public private(set) var isAppearing: Bool { get }
`
isPresenting
`
Undocumented
Swift
public var isPresenting: Bool { get }
`
isInTabbarController
`
Undocumented
Swift
public var isInTabbarController: Bool { get }
`
isInNavbarController
`
Undocumented
Swift
public var isInNavbarController: Bool { get }
`
isMatched
`
Undocumented
Swift
public var isMatched: Bool { get }
`
isAncestorViewMatched
`
Undocumented
Swift
public var isAncestorViewMatched: Bool { get }
`
matchedView
`
Undocumented
Swift
public var matchedView: UIView? { get }
`
matchedAncestorView
`
Undocumented
Swift
public var matchedAncestorView: (UIView, UIView)? { get }
`
fromViewController
`
Undocumented
Swift
public var fromViewController: UIViewController { get }
`
toViewController
`
Undocumented
Swift
public var toViewController: UIViewController { get }
`
currentViewController
`
Undocumented
Swift
public var currentViewController: UIViewController { get }
`
otherViewController
`
Undocumented
Swift
public var otherViewController: UIViewController { get }