FormatterMasks

public enum FormatterMasks

Masks for text field formatters. Rules for this masks you can see in https://github.com/RedMadRobot/input-mask-ios As additional notations for this masks you can use “s” character for all characters except newlines and whitespaces

  • Undocumented

    Declaration

    Swift

    public static let password: String
  • Undocumented

    Declaration

    Swift

    public static let phone: String
  • Undocumented

    Declaration

    Swift

    public static let cardExpirationDate: String
  • cvc

    Undocumented

    Declaration

    Swift

    public static let cvc: String
  • Undocumented

    Declaration

    Swift

    public static let cardNumber: String