2014年8月28日
摘要: 利用dispatch_once创建单例使用Objective-C实现单例模式的最佳方式向来有很多争论,开发者(包括Apple在内)似乎每几年就会改变他们的想法。当Apple引入了Grand Central Dispatch (GCD)(Mac OS 10.6和iOS4.0),他们也引入了一个很适合用... 阅读全文
posted @ 2014-08-28 17:23 助金 阅读(199) 评论(0) 推荐(0)
摘要: 目前临时的解决办法是1.把1.选中Targets—>Build Settings—>Architectures。把build active architectures only 改为 NO。2. 把最下面的Valid Architectures中的arm64参数删掉就可以了或者: 双击Archite... 阅读全文
posted @ 2014-08-28 17:18 助金 阅读(4456) 评论(0) 推荐(0)
摘要: //rightBar button UIButton *rightButton = [[UIButton alloc]initWithFrame:CGRectMake(0, 0, 34, 34)]; [rightButton setImage:[UIImage imageNamed:@"shar... 阅读全文
posted @ 2014-08-28 11:20 助金 阅读(105) 评论(0) 推荐(0)