EnterpriseDS Documentation

Enumeration DSText​Field​Rendering​Type

public enum DSTextFieldRenderingType: String, CaseIterable  

A type that defines the rendering font that a DSTextField control should use.

A rendering type, when set, will affect the overall appearance of the DSTextField based on its state. It can be changed at any time and will reflect accurately.

let textField = DSTextField(renderingType: .standard)
DSTextFieldRenderingType DSTextFieldRenderingType String String DSTextFieldRenderingType->String CaseIterable CaseIterable DSTextFieldRenderingType->CaseIterable

Conforms To

CaseIterable
String

Enumeration Cases

standard

case standard

An outlined text field.

cell

case cell

Designed for usage in a UITableViewCell.

Properties

name

public var name: String  

Returns an English name of the rendering font. Useful mostly for debugging.