ImageSourceKind
Where an
Image loads its content from.- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Auto | Resolve from an SF Symbol first, then a bundle asset. |
Bundle | A bundle asset name. |
Data | Raw encoded image bytes held in memory. |
Symbol | An SF Symbol name. |
Url | A remote URL loaded asynchronously. |