摘要: http://my.oschina.net/u/1418722/blog/318751 阅读全文
posted @ 2015-05-28 18:48 在bug中前行 阅读(102) 评论(0) 推荐(0)
摘要: birthDate = [[UIDatePicker alloc] initWithFrame:CGRectMake(0,500/2,self.view.frame.size.width, 88/2)]; birthDate.datePickerMode = UIDateP... 阅读全文
posted @ 2015-05-28 18:46 在bug中前行 阅读(194) 评论(0) 推荐(0)
摘要: 1、导入头文件:#import 2、遵循代理:CLLocationManagerDelegate3、初始化变量:CLLocationManager *_locationManager; CLGeocoder *_geocoder;4、实现代码:-(void)viewWillApp... 阅读全文
posted @ 2015-05-28 18:32 在bug中前行 阅读(279) 评论(0) 推荐(1)