Structures

The following structures are available globally.

  • Creates a generator for the specified RawValue type.

    See more

    Declaration

    Swift

    public struct RawRepresentableGenerator<RawValue, Representable> : IteratorProtocol where RawValue == Representable.RawValue, Representable : RawRepresentable
  • Properties a BorderView has.

    See more

    Declaration

    Swift

    public struct BorderViewProperties
  • Represents a color that takes place ina gradient that can be applied to a view. It has a UIColor and a location which indicates where that color should be placed in the gradient.

    See more

    Declaration

    Swift

    public struct GradientColor
  • Represents a gradient that can be applied to a view. It can have many colors distributed in many ways and directions.

    Note

    There can only be one gradient at a time in a view.
    See more

    Declaration

    Swift

    public struct ViewGradient
  • ConfirmationAlertViewModel models a UIAlertController that can be confirmed or dismissed.

    See more

    Declaration

    Swift

    public struct ConfirmationAlertViewModel
  • ErrorAlertViewModel models a UIAlertController used to report and error alert.

    See more

    Declaration

    Swift

    public struct ErrorAlertViewModel