Back to Hero

HeroViewControllerDelegate

docs/Protocols/HeroViewControllerDelegate.html

1.6.43.0 KB
Original Source

HeroViewControllerDelegate

@objc
public protocol HeroViewControllerDelegate

Undocumented

Show on GitHub

`

                heroWillStartAnimatingFrom(viewController:)
                `

Undocumented

Declaration

Swift

@objc
optional func heroWillStartAnimatingFrom(viewController: UIViewController)

Show on GitHub

`

                heroDidEndAnimatingFrom(viewController:)
                `

Undocumented

Declaration

Swift

@objc
optional func heroDidEndAnimatingFrom(viewController: UIViewController)

Show on GitHub

`

                heroDidCancelAnimatingFrom(viewController:)
                `

Undocumented

Declaration

Swift

@objc
optional func heroDidCancelAnimatingFrom(viewController: UIViewController)

Show on GitHub

`

                heroWillStartTransition()
                `

Undocumented

Declaration

Swift

@objc
optional func heroWillStartTransition()

Show on GitHub

`

                heroDidEndTransition()
                `

Undocumented

Declaration

Swift

@objc
optional func heroDidEndTransition()

Show on GitHub

`

                heroDidCancelTransition()
                `

Undocumented

Declaration

Swift

@objc
optional func heroDidCancelTransition()

Show on GitHub

`

                heroWillStartAnimatingTo(viewController:)
                `

Undocumented

Declaration

Swift

@objc
optional func heroWillStartAnimatingTo(viewController: UIViewController)

Show on GitHub

`

                heroDidEndAnimatingTo(viewController:)
                `

Undocumented

Declaration

Swift

@objc
optional func heroDidEndAnimatingTo(viewController: UIViewController)

Show on GitHub

`

                heroDidCancelAnimatingTo(viewController:)
                `

Undocumented

Declaration

Swift

@objc
optional func heroDidCancelAnimatingTo(viewController: UIViewController)

Show on GitHub