Contents

textAlignment

A constant that specifies the alignment of text in the cell.

Declaration

@property (nonatomic) NSTextAlignment textAlignment;

Discussion

If the value of the property is nil (the default), the title is left-aligned (UITextAlignmentLeft). See the descriptions of the UITextAlignment constants for alternative text alignments.

See Also

Deprecated