isBordered
A Boolean value that controls whether the text field draws a solid black border around its contents.
Declaration
var isBordered: Bool { get set }Discussion
If true, the text field draws a border; if false, it doesn’t draw a border.
A Boolean value that controls whether the text field draws a solid black border around its contents.
var isBordered: Bool { get set }If true, the text field draws a border; if false, it doesn’t draw a border.