UITextField

public extension UITextField
  • Updates the textColor of the UITextField with the color provided

    Declaration

    Swift

    @discardableResult
    func text(color: UIColor?) -> Self
  • Updates the text of the UITextField with the text value provided

    Declaration

    Swift

    @discardableResult
    func text(_ value: String?) -> Self