摘要: 先导入AddressBook.framework先 然后引用 #import <AddressBook/AddressBook.h> 一、权限注册 随着apple对用户隐私的越来越重视,IOS系统的权限设置也更加严格,在获取系统通讯录之前,我们必须获得用户的授权。权限申请代码示例如下: 几点注意:1 阅读全文
posted @ 2016-06-06 09:36 预估计 阅读(2901) 评论(0) 推荐(0)
摘要: 1 NSString *str; 2 // 使用stringWithFormat生成一格式化字符串 3 str = [NSString stringWithFormat:@"This is %@","John"]; 4 NSLog(@"str--->%@",str); 5 // 字符串长度length; ... 阅读全文
posted @ 2016-06-06 09:02 预估计 阅读(4571) 评论(0) 推荐(0)
摘要: 获取ios设备系统信息的方法 之 [UIDevice currentDevice] 获取iphone的系统信息使用[UIDevice currentDevice],信息如下: [[UIDevice currentDevice] systemName]:系统名称,如iPhone OS [[UIDevi 阅读全文
posted @ 2016-06-06 09:01 预估计 阅读(802) 评论(0) 推荐(0)
摘要: 先导入AddressBook.framework先 然后引用 #import <AddressBook/AddressBook.h> 一、权限注册 随着apple对用户隐私的越来越重视,IOS系统的权限设置也更加严格,在获取系统通讯录之前,我们必须获得用户的授权。权限申请代码示例如下: 几点注意:1 阅读全文
posted @ 2016-06-06 09:36 预估计 阅读(2901) 评论(0) 推荐(0)
摘要: 1 NSString *str; 2 // 使用stringWithFormat生成一格式化字符串 3 str = [NSString stringWithFormat:@"This is %@","John"]; 4 NSLog(@"str--->%@",str); 5 // 字符串长度length; ... 阅读全文
posted @ 2016-06-06 09:02 预估计 阅读(4571) 评论(0) 推荐(0)
摘要: 获取ios设备系统信息的方法 之 [UIDevice currentDevice] 获取iphone的系统信息使用[UIDevice currentDevice],信息如下: [[UIDevice currentDevice] systemName]:系统名称,如iPhone OS [[UIDevi 阅读全文
posted @ 2016-06-06 09:01 预估计 阅读(802) 评论(0) 推荐(0)