2013年3月17日

LocationManager操作

摘要: CLLocationManager *locationManager = [[CLLocationManager alloc] init];locationManager.delegate = self; //You must create an object that conforms to th... 阅读全文

posted @ 2013-03-17 00:21 fishyk 阅读(202) 评论(0) 推荐(0)

导航