Classes

The following classes are available globally.

  • View that is able to swap between 1+ child views.

    See more

    Declaration

    Swift

    public class SwapperView<ViewID> : UIView where ViewID : CustomStringConvertible, ViewID : Hashable
  • Configuration for SwapperView

    See more

    Declaration

    Swift

    public class SwapperViewConfig
  • Container to store Views in a weak way.

    See more

    Declaration

    Swift

    public class SwapperWeakView