02 2016 档案

摘要:在新的SDK环境中调试百度地图的应用程序时,app总是意外退出,找了半天发现错误的原因是unrecognized selector xx的错误,另外还有报了一个Unknown class XXX in Interface Builder file的错误,找了一下百度官方的资料,官方建议是app的Bu 阅读全文
posted @ 2016-02-19 09:26 jgCho 阅读(1726) 评论(0) 推荐(0)
摘要:[_loadImageView setShowActivityIndicatorView:YES]; [_loadImageView setIndicatorStyle:UIActivityIndicatorViewStyleGray]; _loadImageView.contentMode = U 阅读全文
posted @ 2016-02-17 15:27 jgCho 阅读(2112) 评论(1) 推荐(0)
摘要:UILocalNotification *notification=[[UILocalNotification alloc] init]; if (notification!=nil) { NSDate *now=[NSDate new]; //notification.fireDate=[now 阅读全文
posted @ 2016-02-17 10:24 jgCho 阅读(8024) 评论(0) 推荐(0)
摘要:代码如下: //// SearchNearbyShopViewController.m// SearchNearbyShop//// Created by Linzhixiao on 16/2/14.// Copyright © 2016年 B5m. All rights reserved.//#i 阅读全文
posted @ 2016-02-15 16:23 jgCho 阅读(2239) 评论(0) 推荐(0)