FWPasscodeInputType
NS_ENUM(NSInteger, FWPasscodeInputType) {
/// 数字
FWPasscodeInputTypeNumber,
/// 普通(不作任何处理)
FWPasscodeInputTypeNormal,
/// 自定义正则(此时需要设置customInputRegex)
FWPasscodeInputTypeRegex,
}
Undocumented
-
数字
Declaration
Objective-C
FWPasscodeInputTypeNumber
-
普通(不作任何处理)
Declaration
Objective-C
FWPasscodeInputTypeNormal
-
自定义正则(此时需要设置customInputRegex)
Declaration
Objective-C
FWPasscodeInputTypeRegex