IVSTextCueAlignment
Objective-C
enum IVSTextCueAlignment : NSInteger {}
Swift
enum Alignment : Int, @unchecked Sendable
Possible values for IVSTextCue.textAlignment
-
Visually aligned to the start.
Declaration
Objective-C
IVSTextCueAlignmentStart
Swift
case start = 0
-
Visually aligned to the middle.
Declaration
Objective-C
IVSTextCueAlignmentMiddle
Swift
case middle = 1
-
Visually aligned to the end.
Declaration
Objective-C
IVSTextCueAlignmentEnd
Swift
case end = 2