NatField

public final class NatField : UITextField

Undocumented

  • Undocumented

    Declaration

    Swift

    public override var placeholder: String? { get set }
  • Undocumented

    Declaration

    Swift

    public override var text: String? { get set }
  • Undocumented

    Declaration

    Swift

    public override func textRect(forBounds bounds: CGRect) -> CGRect
  • Undocumented

    Declaration

    Swift

    public override func placeholderRect(forBounds bounds: CGRect) -> CGRect
  • Undocumented

    Declaration

    Swift

    public override func editingRect(forBounds bounds: CGRect) -> CGRect
  • Undocumented

    Declaration

    Swift

    public override func caretRect(for position: UITextPosition) -> CGRect