摘要:
//手机序列号 NSString* identifierNumber = [[UIDevice currentDevice] uniqueIdentifier]; NSLog(@"手机序列号: %@",identifierNumber); //手机别名: 用户定义的名称 NSString* user 阅读全文
摘要:
在info.plist文件中加入相应的字段 有两种方法: 方法一: 在info.plist文件中添加 NSAppTransportSecurity 设置为dictionary 在NSAppTransportSecurity中添加 NSAllowsArbitraryLoads 设置为Boolean型, 阅读全文
摘要:
快捷方式查询Xcode的苹果开发文档:command+shift+0工程中使用PCH文件时,需在targets—>Build Settings—>Prefix Header项加入相对路径$(PROJECT_DIR)/$(PROJECT_NAME)/PrefixHeader.pch邮件[[UIAppl... 阅读全文
摘要:
- (BOOL)isMobileNumber:(NSString *)mobileNum { /** * 手机号码 * 移动:134[0-8],135,136,137,138,139,150,151,157,158,159,182,187,188 * 联通:130,131,132,152,155,1 阅读全文