上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: TTThumbCell 里面要改, TTThumbDataSource里面也要改 阅读全文
posted @ 2012-05-02 09:46 worldworld 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 今天尝试在Xcode中添加Three20框架,过程如下:1、打开Xcode,创建一个新工程,工程文件夹要和下载下来的three20文件夹放在同一个路径下2、应用程序--实用工具--终端3、因为我的工程文件夹和three20文件夹都放在桌面,所以要先在终端输入“cd Desktop/”,回车4、输入“python three20/src/scripts/ttmodule.py -p Three20Test/Three20Test.xcodeproj Three20”,回车这里“Three20Test/Three20Test.xcodeproj”是我建的工程名5、输入“python three20 阅读全文
posted @ 2012-05-02 09:13 worldworld 阅读(263) 评论(0) 推荐(0) 编辑
摘要: TTThumbsViewController 编写相册的时候非常方便,但是有时需要修改为3张图片的展示方式TTThumbsViewController 的cell TTThumbsTableViewCell//static const CGFloat kSpacing = 4;static const CGFloat kSpacing = 5;static const CGFloat kDefaultThumbSize = 100;//static const CGFloat kDefaultThumbSize = 75;一个用于设置空隙,一个用于设置 图片的宽度TTThumbsViewCon 阅读全文
posted @ 2012-05-01 20:45 worldworld 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 开始第一阶段:“打通”耳朵,完全听清要领:第一, 选择1盘(再次强调是1盘而非一套)适合自身英语水平的磁带;(磁带我选用的是李阳的疯狂英语,电驴有很多资源的,也可用新东方的或者BBC)第二, 每天集中精力把A面和B面连续听两遍第三, 要坚持天天听,但每隔6天要休息一天第四, 直到听清磁带中的所有内容2 完成第二阶段:听读并举,掌握语法要领:第一, 把已经能完全听清的磁带中的第1盘磁带再找出来。第二, 听写这盘磁带的内容。第三, 做听写练习时,一句一句地听。即:听完一句后,先按暂停,把刚才听到的写下来,反复听,直到完全听清这句为止。不会的单词根据发音大致拼写出来即可。第四, 听写完整盘磁带的所有 阅读全文
posted @ 2012-04-28 12:19 worldworld 阅读(589) 评论(3) 推荐(1) 编辑
摘要: 分享解决方案:方法:菜单-->Product--->EditScheme, 关闭 Guard Mallochttp://www.cocoachina.com/bbs/read.php?tid=95769 阅读全文
posted @ 2012-04-27 12:46 worldworld 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://wangjianlewo.blog.163.com/blog/static/176568051201231311562319/ 阅读全文
posted @ 2012-04-27 12:38 worldworld 阅读(123) 评论(0) 推荐(0) 编辑
摘要: NSURL *url = [NSURLURLWithString:@“http.....”]; UIImage *image = [UIImageimageWithData:[NSDatadataWithContentsOfURL:url]]; uiimage.image = image; 阅读全文
posted @ 2012-04-27 12:16 worldworld 阅读(227) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/zltianhen/article/details/6737958http://www.weste.net/2011/9-22/76761.html有两种方法 //设置一个图片;UIImageView *niceView = [[UIImageView alloc] initWithFrame:CGRectMake(0,0, 320, 480)];niceView.image = [UIImage imageNamed:@"Default.png"];//添加到场景[self.window addSubview:niceView]; 阅读全文
posted @ 2012-04-26 18:25 worldworld 阅读(167) 评论(0) 推荐(0) 编辑
摘要: http://mobile.51cto.com/iphone-249370.htmhttp://blog.csdn.net/bl1988530/article/details/6698120从icon说起命名方法,举例Icon.png 57×57Icon-72.png 72×72Icon-Small.png 29×29Icon-Small-50.png 50×50Icon@2x.png 114×114Icon-Small@2x.png 58×58另iTunesArtwork 512×512在info.plist使用key C 阅读全文
posted @ 2012-04-26 18:23 worldworld 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 出现此错误是因为引入了过多的json.a文件加入链接的时候只要加一个json的就可以了,不然会引起冲突 阅读全文
posted @ 2012-04-20 11:20 worldworld 阅读(227) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页