contentHorizontalAlignment
The horizontal alignment of content within the control’s bounds.
Declaration
var contentHorizontalAlignment: UIControl.ContentHorizontalAlignment { get set }Parameters
- contentAlignment:
A constant that specifies the horizontal alignment of text or images within the control. For a list of possible values, see Contenthorizontalalignment Swift.enum.
Discussion
For controls that contain configurable text or image content, use this property to align that content appropriately inside the control’s bounds. Not all control subclasses have content that can be aligned, and it’s the responsibility of the subclass to determine how to apply this value. The default value of this property is UIControl.ContentHorizontalAlignment.center.