摘要: 使用CLLocationManager类,MKMapView。并且实现<MKMapViewDelegate,CLLocationManagerDelegate>//初始化CLLocationManager,CLLocationManager获得当前地理坐标locmanager=[[CLLocationManager alloc] init];[locmanager setDelegat... 阅读全文
posted @ 2010-11-16 10:37 SsQq 阅读(791) 评论(0) 推荐(0) 编辑
摘要: UIActionSheet *actionSheet=[[UIActionSheet alloc] initWithTitle:@"" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles:@"Take Photo",@"Choose From Library",nil];act... 阅读全文
posted @ 2010-11-16 10:34 SsQq 阅读(773) 评论(0) 推荐(0) 编辑