Structures
The following structures are available globally.
-
Creates a generator for the specified RawValue type.
See moreDeclaration
Swift
public struct RawRepresentableGenerator<RawValue, Representable> : IteratorProtocol where RawValue == Representable.RawValue, Representable : RawRepresentable -
Properties a BorderView has.
See moreDeclaration
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 moreDeclaration
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.
See moreNote
There can only be one gradient at a time in a view.Declaration
Swift
public struct ViewGradient -
ConfirmationAlertViewModel models a
See moreUIAlertControllerthat can be confirmed or dismissed.Declaration
Swift
public struct ConfirmationAlertViewModel -
ErrorAlertViewModel models a
See moreUIAlertControllerused to report and error alert.Declaration
Swift
public struct ErrorAlertViewModel
Structures Reference