- 博客(6)
- 收藏
- 关注
转载 UITableViewCell选中时的背景颜色
1.系统定义格式[cpp] view plaincopy//无色 cell.selectionStyle = UITableViewCellSelectionStyleNone; //蓝色 cell.selectionStyle = UITableViewCellSelectionStyleBlue; //灰色 cell.selectionStyle = UITableViewC
2013-03-22 15:26:55 771
原创 xcode 吃内存。。8g都不够用,卡
具体原因未知,是概率事件,有的机子怎么用,用多长时间都不卡,而有的xcode开一天就卡的不行了,得释放内存。。。强关xcode重开才能好,在网上看有人说在organizer ——product,删除左边一栏能好点。。待定或 使用 Memory Free 2http://itunes.apple.com/cn/app/memory-free-2/i
2013-03-20 15:00:49 2924
原创 opengl es 绘图图像 保存为图片。读取并显示图片,添加在layer上
背景色为透明时也适用。。。见到过一种保存方式,如果opengl透明度打开时,背景色设为透明而保存的是黑色。。这个方法则完全ok。//保存成图片- (UIImage*)cropImage{ NSInteger myDataLength = self.bounds.size.width*self.bounds.size.height*4 ; GLubyte * buffe
2013-03-08 14:48:46 2634 1
原创 ios 将两张图片写为一张图片
- (UIImage *)addImage:(UIImage *)image1 toImage:(UIImage *)image2 { UIGraphicsBeginImageContext(image1.size); // Draw image1 [image1 drawInRect:CGRectMake(0, 0, image1.size.width, ima
2013-03-08 14:42:35 536
原创 关于 NSUserDefaults 报错
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[__NSCFArray insertObject:atIndex:]: mutating method sent to immutable object'错误意思是,把一个对象添加进了了一个不可变对象。。。。我
2013-03-08 14:27:31 1214
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人