摘要: #import "LocationsAppDelegate.h"#import "RootViewController.h" @implementation LocationsAppDelegate@synthesize window;@synthesize navigationController; -(void)initLocationManager { #1 if (locationManager == nil) { locationManager = [[CLLocationManager alloc] init... 阅读全文
posted @ 2012-05-23 10:52 KID 阅读(877) 评论(0) 推荐(0)