EMSecureInputUiLabelAlignment
Objective-C
enum EMSecureInputUiLabelAlignment : NSInteger {}
Swift
enum EMSecureInputUiLabelAlignment : Int, @unchecked Sendable
Secure input UI label alignment. It determines the alignment of both first and second label.
Since
4.4-
Left alignment.
Declaration
Objective-C
EMSecureInputUiLabelAlignmentLeft = 0Swift
case left = 0 -
Center alignment.
Declaration
Objective-C
EMSecureInputUiLabelAlignmentCenter = 1Swift
case center = 1 -
Right alignment.
Declaration
Objective-C
EMSecureInputUiLabelAlignmentRight = 2Swift
case right = 2
EMSecureInputUiLabelAlignment Enumeration Reference