PasscodeInputType

public enum PasscodeInputType : Int

Undocumented

  • 数字

    Declaration

    Swift

    case number = 0
  • 普通(不作任何处理)

    Declaration

    Swift

    case normal
  • 自定义正则(此时需要设置customInputRegex)

    Declaration

    Swift

    case regex