Position
public enum Position : String, Encodable
Specifies the location of the title
.
Note that the title’s position used to be set by the now deprecated titleposition
attribute.
-
Undocumented
Declaration
Swift
case topLeft = "top left"
-
Undocumented
Declaration
Swift
case topCenter = "top center"
-
Undocumented
Declaration
Swift
case topRight = "top right"
-
Undocumented
Declaration
Swift
case middleCenter = "middle center"
-
Undocumented
Declaration
Swift
case bottomLeft = "bottom left"
-
Undocumented
Declaration
Swift
case bottomCenter = "bottom center"
-
Undocumented
Declaration
Swift
case bottomRight = "bottom right"