Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Swift
public class HeroDebugPlugin : HeroPlugin
-
Undocumented
See moreDeclaration
Swift
public class HeroExtension<Base>
-
Undocumented
See moreDeclaration
Swift
public class HeroContext
-
Undocumented
See moreDeclaration
-
Undocumented
See moreDeclaration
Swift
open class HeroPlugin : NSObject, HeroPreprocessor, HeroAnimator
-
Undocumented
See moreDeclaration
Swift
public class Lexer
-
Undocumented
See moreDeclaration
Swift
public class ExprNode : CustomStringConvertible, Equatable
-
Undocumented
See moreDeclaration
Swift
public class Parser
-
Undocumented
See moreDeclaration
Swift
open class HeroTransition : NSObject
extension HeroTransition: UINavigationControllerDelegate
extension HeroTransition: UITabBarControllerDelegate
extension HeroTransition: UIViewControllerTransitioningDelegate
extension HeroTransition: UIViewControllerAnimatedTransitioning
extension HeroTransition: UIViewControllerInteractiveTransitioning
-
The singleton class/object for controlling interactive transitions.
Hero.shared
Use the following methods for controlling the interactive transition:
See morefunc update(progress:Double) func end() func cancel() func apply(modifiers:[HeroModifier], to view:UIView)
Declaration
Swift
public class Hero : NSObject