RSDImagePlacementType
public enum RSDImagePlacementType : String, Codable
A hint as to where the UI should place an image.
-
Smaller presentation of an icon image before the content.
Declaration
Swift
case iconBefore
-
Smaller presentation of an icon image after the content.
Declaration
Swift
case iconAfter
-
Fullsize in the background.
Declaration
Swift
case fullsizeBackground
-
Top half of the background.
Declaration
Swift
case topBackground
-
Return all the types defined in this enum.
Declaration
Swift
public static func allTypes() -> [RSDImagePlacementType]