摘要: #import "FingerprintUnlockController.h" #import @interface FingerprintUnlockController () @end @implementation FingerprintUnlockController - (void)viewDidLoad { [super viewDidLoad]; ... 阅读全文
posted @ 2016-10-16 18:50 PengYunjing 阅读(250) 评论(0) 推荐(0)
摘要: NSUserDefaults支持的数据类型有:NSNumber(NSInteger、float、double),NSString,NSDate,NSArray,NSDictionary,BOOL。 将NSString 对象存储到 NSUserDefaults 中:NSString *passWord 阅读全文
posted @ 2016-10-16 11:31 PengYunjing 阅读(122) 评论(0) 推荐(0)