Styling
-
Contains the styling customization options for any labels.
See moreDeclaration
Swift
public struct TextStyle : ViewStyle
extension TextStyle: Equatable
-
Contains the styling customization options for any buttons.
See moreDeclaration
Swift
public struct ButtonStyle : ViewStyle, Equatable
-
Contains the styling customization options for any images.
See moreDeclaration
Swift
public struct ImageStyle : TintableStyle
extension ImageStyle: Equatable
-
The size of corner rounding.
See moreDeclaration
Swift
public enum CornerRounding
extension CornerRounding: Equatable
-
Modes for toolbar layout.
See moreDeclaration
Swift
public enum ToolbarMode
-
Contains the styling customization options for any form-based component.
See moreDeclaration
Swift
public struct FormComponentStyle : TintableStyle
-
Contains the styling customization options for a text item in a form.
See moreDeclaration
Swift
public struct FormTextItemStyle : FormValueItemStyle
-
Contains the styling customization options for a switch item in a form.
See moreDeclaration
Swift
public struct FormToggleItemStyle : FormValueItemStyle
-
Contains the styling customization options for a form button item.
See moreDeclaration
Swift
public struct FormButtonItemStyle : ViewStyle
-
Contains the styling customization options for any list-based component.
See moreDeclaration
Swift
public struct ListComponentStyle : ViewStyle
-
Contains the styling customization options for a list section header.
See moreDeclaration
Swift
public struct ListSectionHeaderStyle : ViewStyle
-
Contains the styling customization options for a list section footer.
See moreDeclaration
Swift
public struct ListSectionFooterStyle : ViewStyle
-
Contains the styling customization options for an item in a list.
See moreDeclaration
Swift
public struct ListItemStyle : ViewStyle
extension ListItemStyle: Equatable
-
/// Contains the styling customization options for various Action Components.
See moreDeclaration
Swift
public struct ActionComponentStyle
-
Contains the styling customization options for the await component.
See moreDeclaration
Swift
public struct AwaitComponentStyle : ViewStyle
-
Contains the styling customization options for a redirect component.
See moreDeclaration
Swift
public struct RedirectComponentStyle
-
Contains the styling customization options for the voucher component.
See moreDeclaration
Swift
public struct VoucherComponentStyle : ViewStyle
-
Contains the styling customization options for the QR code component.
See moreDeclaration
Swift
public struct QRCodeComponentStyle : ViewStyle
-
Contains the styling customization options for the document action component.
See moreDeclaration
Swift
public struct DocumentComponentStyle
-
Indicates the navigation level style.
See moreDeclaration
Swift
public struct NavigationStyle : TintableStyle
-
The style of “Cancel” button.
See moreDeclaration
Swift
public enum CancelButtonStyle
-
Contains the styling customization options for any progress views
See moreDeclaration
Swift
public struct ProgressViewStyle : ViewStyle
-
Contains the styling options for Apple Pay components.
See moreDeclaration
Swift
public struct ApplePayStyle