2015年1月14日
摘要: UIButton *button = [[UIButton alloc] initWithFrame:CGRectMake(0, 100, 200, 100)]; //添加点击事件 [button addTarget:self action:@selector(pushToSecond) f... 阅读全文
posted @ 2015-01-14 16:28 公羊华宇 阅读(549) 评论(0) 推荐(0) 编辑
摘要: IOS8下,百度地图无法定位解决办法,亲测可用通过在论坛中搜索,找到解决办法,我只是论坛的搬运工。分享如下:1.在info.plist中加入:NSLocationAlwaysUsageDescription=YESNSLocationWhenInUseUsageDescription=YES2.在调... 阅读全文
posted @ 2015-01-14 16:18 公羊华宇 阅读(193) 评论(0) 推荐(0) 编辑