摘要:
CLLocationManager这个系统定位的类在iOS8之前要实现定位,只需要遵守CLLocationManagerDelegate这个代理即可:- (void)startLocate{ if([CLLocationManager locationServicesEnabled]){ ... 阅读全文
posted @ 2014-12-04 16:41
itlover2013
阅读(168)
评论(0)
推荐(0)
浙公网安备 33010602011771号