摘要: - (void)fingerVerification { if ([UIDevice currentDevice].systemVersion.floatValue<8.0) { NSLog(@"ios8.0以后才支持指纹识别"); return; } //IOS11之后如果支持faceId也是走同 阅读全文
posted @ 2022-01-17 12:33 johnson--save 阅读(328) 评论(0) 推荐(0)