HeroContext

public class HeroContext

Undocumented

  • The container holding all of the animating views

    Declaration

    Swift

    public let container: UIView
  • A flattened list of all views from source ViewController

    Declaration

    Swift

    public var fromViews: [UIView]
  • A flattened list of all views from destination ViewController

    Declaration

    Swift

    public var toViews: [UIView]