03 2016 档案

摘要:1、定义一个GPS管理类: GPSLocationManager.h: GPSLocationManager.m文件内容: 2、在AppDelegate里面实现 gpsLocate方法,开启定位 阅读全文
posted @ 2016-03-29 15:32 在bug中前行 阅读(358) 评论(0) 推荐(0)
摘要:1、首先导入一个公共类Reachability.h文件: Reachability.m 文件: 2、开启网络监听,注册通知 3、监听到通知,作相应的操作 阅读全文
posted @ 2016-03-29 15:16 在bug中前行 阅读(296) 评论(0) 推荐(0)
摘要://一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnimation:UITableViewRowAnimationAut 阅读全文
posted @ 2016-03-09 14:20 在bug中前行 阅读(760) 评论(0) 推荐(0)