Contents

centersPlaceholder

A Boolean value that determines whether the search field’s components are centered within the control.

Declaration

var centersPlaceholder: Bool { get set }

Discussion

When this property is set to true, the search field’s components become centered within the control if the field is empty and doesn’t have focus. If the field is empty when receiving focus, the centered objects animate to the edges of the control. When this property is set to false, the components are always at the edge. The default value is true.

See Also

Deprecated Symbols