2015年9月10日
摘要: DKNightVersion is a lightweight iOS framework adding night mode/theme to your iOS app.https://github.com/Draveness/DKNightVersion 阅读全文
posted @ 2015-09-10 18:07 廖利君 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 根据光线感应关闭和开启屏幕UIDevice *_curDevice = [UIDevice currentDevice]; [_curDevice setProximityMonitoringEnabled:YES]; NSNotificationCenter *_defaultCenter =... 阅读全文
posted @ 2015-09-10 18:06 廖利君 阅读(232) 评论(0) 推荐(0) 编辑
摘要: //邮箱+ (BOOL)checkEmail:(NSString *)email{ NSString *emailRegex = @"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}"; NSPredicate *emailTest = [NSP... 阅读全文
posted @ 2015-09-10 14:20 廖利君 阅读(169) 评论(0) 推荐(0) 编辑