上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 1. A view controller’s view is not created until it needs to appear on the screen . This optimization is called lazy loading, and it can conserve memo... 阅读全文
posted @ 2014-09-16 17:58 1oo1 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 一、重写 DrwaRect-(void)drawRect:(CGRect)rect{ CGRect bounds = self.bounds; CGPoint center; center.x = bounds.origin.x + bounds.size.width / ... 阅读全文
posted @ 2014-09-16 13:43 1oo1 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 修改 Project --> BuildSetting --》Architectures:Build Active Architecture Only = YES;Valid Architectures = arm64 armv7 armv7s armv6;原文:http://stackoverfl... 阅读全文
posted @ 2014-09-09 13:11 1oo1 阅读(613) 评论(0) 推荐(0) 编辑
摘要: // .h文件#import @interface NSCodingProtocolHelper : NSObject+(void)encodeWithCoder:(NSCoder *)aCoder andObj:(id)obj;+(id)initWithCoder:(NSCoder *)aDeco... 阅读全文
posted @ 2014-08-30 19:28 1oo1 阅读(286) 评论(0) 推荐(0) 编辑
摘要: //如果有数据,选中第一行if(tableDataSource.count > 0) { NSIndexPath *indextPath = [NSIndexPath indexPathForRow:0 inSection:0]; // 调用UItableViewD... 阅读全文
posted @ 2014-08-29 10:43 1oo1 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 使用 NSTimer 和 perfrormSelectorOnMainThread:withObject:waitUntilDone 做定时并可以取消移除:-(void)viewDidAppear:(BOOL)animated{ [super viewDidAppear:animated]; ... 阅读全文
posted @ 2014-08-27 18:29 1oo1 阅读(388) 评论(0) 推荐(0) 编辑
摘要: colorredgreenblueHexadecimal tripletexampleAliceblue240248255f0f8ff Antiquewhite250235215faebd7 Aqua025525500ffff Aquamarine1272552127fffd4 Azure24025... 阅读全文
posted @ 2014-08-27 12:42 1oo1 阅读(414) 评论(0) 推荐(0) 编辑
摘要: volatile |ˈvɒlətaɪl, American -tl|adjective①Chemistry易挥发的 ‹substance, liquid›②figurative(changeable)变化无常的 ‹person, mood›; 不稳定的 ‹situation, market, pri... 阅读全文
posted @ 2014-08-21 10:10 1oo1 阅读(145) 评论(0) 推荐(0) 编辑
摘要: app需要ios设备连接第三方硬件,根据第三方硬件的SDK文档调用完全无反应。解决方案:Targets 中如下操作:1、BuildPhase --》 Link binary with libraries 添加ExternalAccessory.framework;2、Info --> Custom ... 阅读全文
posted @ 2014-08-18 14:38 1oo1 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 来到郑州出差,公司给租了房子,办理的长城宽带,刚开始的头几天还好,最近总是在右下角弹出广告。平常是不定时,我忍了。今天格外过分,我自己的一个站点竟然刷新一次弹出一次,用VPN和手机访问一切正常,害的我以为自己的小站点被黑了呢。访问其他网址倒是完全没有广告弹窗了,一肚子火,立马从床上爬起来研究他这个弹... 阅读全文
posted @ 2014-08-09 11:24 1oo1 阅读(2553) 评论(2) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页