05 2016 档案

摘要:IOS8 使用CoreLocation获取地理位置请求不弹出的解决方法: 1.在Info.list文件下添加一个键为NSLocationWhenInUseUsageDescription,值为想要给用户看到的文本(也可以为空) 2.定义一个CLLocationManager后,使用[_locatio 阅读全文
posted @ 2016-05-12 22:29 XuDeHong 阅读(137) 评论(0) 推荐(0)
摘要:To make this launch image, I ran the app in the Simulator and chose File → Save Screen Shot. This puts a new PNG file on the Desktop. I then opened th 阅读全文
posted @ 2016-05-03 12:02 XuDeHong 阅读(666) 评论(0) 推荐(0)
摘要:A table view controller, like many objects, has more than one init method. There is: • initWithCoder, for view controllers that are automatically load 阅读全文
posted @ 2016-05-01 09:24 XuDeHong 阅读(249) 评论(0) 推荐(0)