docs/docsets/Hero.docset/Contents/Resources/Documents/Protocols/HeroViewControllerDelegate.html
@objc
public protocol HeroViewControllerDelegate
Undocumented
`
heroWillStartAnimatingFrom(viewController:)
`
Undocumented
Swift
@objc
optional func heroWillStartAnimatingFrom(viewController: UIViewController)
`
heroDidEndAnimatingFrom(viewController:)
`
Undocumented
Swift
@objc
optional func heroDidEndAnimatingFrom(viewController: UIViewController)
`
heroDidCancelAnimatingFrom(viewController:)
`
Undocumented
Swift
@objc
optional func heroDidCancelAnimatingFrom(viewController: UIViewController)
`
heroWillStartTransition()
`
Undocumented
Swift
@objc
optional func heroWillStartTransition()
`
heroDidEndTransition()
`
Undocumented
Swift
@objc
optional func heroDidEndTransition()
`
heroDidCancelTransition()
`
Undocumented
Swift
@objc
optional func heroDidCancelTransition()
`
heroWillStartAnimatingTo(viewController:)
`
Undocumented
Swift
@objc
optional func heroWillStartAnimatingTo(viewController: UIViewController)
`
heroDidEndAnimatingTo(viewController:)
`
Undocumented
Swift
@objc
optional func heroDidEndAnimatingTo(viewController: UIViewController)
`
heroDidCancelAnimatingTo(viewController:)
`
Undocumented
Swift
@objc
optional func heroDidCancelAnimatingTo(viewController: UIViewController)