Other Structures
The following structures are available globally.
-
SwiftUI view representing an icon
See moreDeclaration
Swift
public struct DefaultIcon : View -
SwiftUI view to preview an image
See moreDeclaration
Swift
public struct ImagePreview : View -
Options to modify the behavior of the Carousel
See moreDeclaration
Swift
public struct CarouselOptions -
A type-erased
Codablevalue.You can encode or decode mixed-type or unknown values in dictionaries and other collections that require
See moreEncodableorDecodableconformance by declaring their contained type to beAnyCodable.Declaration
Swift
public struct AnyCodableextension AnyCodable: Codableextension AnyCodable: Equatableextension AnyCodable: CustomStringConvertibleextension AnyCodable: CustomDebugStringConvertibleextension AnyCodable: ExpressibleByNilLiteral, ExpressibleByBooleanLiteral, ExpressibleByIntegerLiteral, ExpressibleByFloatLiteral, ExpressibleByStringLiteral, ExpressibleByArrayLiteral, ExpressibleByDictionaryLiteral