2012年4月27日
摘要: http://wangjianlewo.blog.163.com/blog/static/176568051201231311562319/ 阅读全文
posted @ 2012-04-27 12:38 easonoutlook 阅读(175) 评论(0) 推荐(0) 编辑
摘要: NSURL *url = [NSURLURLWithString:@“http.....”]; UIImage *image = [UIImageimageWithData:[NSDatadataWithContentsOfURL:url]]; uiimage.image = image; 阅读全文
posted @ 2012-04-27 12:16 easonoutlook 阅读(177) 评论(0) 推荐(0) 编辑
  2012年4月26日
摘要: http://blog.csdn.net/zltianhen/article/details/6737958 http://www.weste.net/2011/9-22/76761.html 有两种方法 //设置一个图片; UIImageView *niceView = [[UIImageView alloc] initWithFrame:CGRectMake(0,0, 320, 48... 阅读全文
posted @ 2012-04-26 18:25 easonoutlook 阅读(162) 评论(0) 推荐(0) 编辑
摘要: http://mobile.51cto.com/iphone-249370.htm http://blog.csdn.net/bl1988530/article/details/6698120 从icon说起 命名方法,举例 Icon.png 57×57 Icon-72.png 72×72 Icon-Small... 阅读全文
posted @ 2012-04-26 18:23 easonoutlook 阅读(811) 评论(0) 推荐(0) 编辑
  2012年4月20日
摘要: 出现此错误是因为引入了过多的json.a文件 加入链接的时候只要加一个json的就可以了,不然会引起冲突 阅读全文
posted @ 2012-04-20 11:20 easonoutlook 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 引入到工程中去之后,无法使用 #import 将类文件在工程中使用 需要对引入的文件先进行编译,生成目标文件之后才可以使用,不然会一直报错! 阅读全文
posted @ 2012-04-20 09:37 easonoutlook 阅读(168) 评论(0) 推荐(0) 编辑
  2012年4月19日
摘要: 在使用Xcode进行iPhone编程时,有时需要参考iPhone SDK的文档,不过每次Control+Click后,Xcode都会试图连接Internet,进行在线读取。有什么方法能够把资料下载到硬盘上进行离线阅读吗? 答案是肯定的。首先去Xcode的Preference中的Documentation Sets下,选择所需的docset,这里是iPhone 4.0 Reference L... 阅读全文
posted @ 2012-04-19 11:30 easonoutlook 阅读(135) 评论(0) 推荐(0) 编辑
  2012年4月16日
摘要: 按钮custom之后 进行单击无法显示 title http://stackoverflow.com/questions/9561427/uibutton-of-uibuttontypecustom-with-title-does-not-show-as-clicked 阅读全文
posted @ 2012-04-16 16:57 easonoutlook 阅读(165) 评论(0) 推荐(0) 编辑
摘要: http://www.cocoachina.com/bbs/read.php?tid=92353 阅读全文
posted @ 2012-04-16 14:14 easonoutlook 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://xiaohui3837843.blog.163.com/blog/static/54388740201111615432445/ 此方法已经验证,可行 UIToolbar* tools = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 150, 45)]; [tools setTintColor:[self.navigation... 阅读全文
posted @ 2012-04-16 14:10 easonoutlook 阅读(1556) 评论(0) 推荐(0) 编辑