Contents

setBordered(_:)

Sets whether the receiver’s entries should display a border around their editable text fields.

Declaration

func setBordered(_ flag: Bool)

Parameters

  • flag:

    True to display a border around all entries; otherwise, False to show no border around all entries.

Discussion

The border is drawn as a thin line around the editable text field. An entry can have a border or a bezel, but not both.

See Also

Related Documentation

Changing the Appearance of All the Entries