会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
whqfor
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2015年6月3日
KVO/KVC 实现机理分析
摘要: 原文:http://blog.csdn.net/dqjyong/article/details/7672865Objective-C里面的Key-Value Observing (KVO)机制,非常不错,可以很好的减少浇水代码。关于KVO的学习,可以参考文章:《Key-Value Observing...
阅读全文
posted @ 2015-06-03 10:16 whqfor
阅读(173)
评论(0)
推荐(0)
编辑
2015年6月1日
深入探究frame和bounds的区别以及setbounds使用
摘要: 原文:http://www.cocoachina.com/ios/20140925/9755.html在iOS开发中经常遇到两个词Frame和bounds,本文主要阐述Frame和bound的区别,尤其是bound很绕,很难理解。一、首先,看一下公认的资料先看到下面的代码你肯定就明白了一些:1234...
阅读全文
posted @ 2015-06-01 21:35 whqfor
阅读(206)
评论(0)
推荐(0)
编辑
initWithNibName 和 loadNibNamed 的区别
摘要: 原文地址:http://blog.csdn.net/dizzthxl/article/details/9031255UIViewController initWithNibName这时候是延迟加载主要代码如下: ShowViewController* showMessage = [[Show...
阅读全文
posted @ 2015-06-01 09:46 whqfor
阅读(412)
评论(0)
推荐(0)
编辑
ios之清除cell缓存,解决cell的重用问题。
摘要: 原文:http://blog.csdn.net/chaoyuan899/article/details/13291637tableView表格中的cell有重用机制,这是一个很好的东西,可以避免开辟很多的空间内存。但是有时候我们不想让它重用cell,,可以用以下的代码解决。将这个代码放在:- (UI...
阅读全文
posted @ 2015-06-01 09:36 whqfor
阅读(270)
评论(0)
推荐(0)
编辑
IOS Table中Cell的重用reuse机制分析
摘要: 原文:http://blog.csdn.net/omegayy/article/details/7356823创建UITableViewController子类的实例后,IDE生成的代码中有如下段落:- (UITableViewCell *)tableView:(UITableView *)tabl...
阅读全文
posted @ 2015-06-01 09:04 whqfor
阅读(306)
评论(0)
推荐(0)
编辑
2015年5月30日
NSBundle介绍
摘要: 转载自http://blog.sina.com.cn/s/blog_8c87ba3b0100t89v.htmlbundle是一个目录,其中包含了程序会使用到的资源. 这些资源包含了如图像,声音,编译好的代码,nib文件(用户也会把bundle称为plug-in). 对应bundle,cocoa提供了...
阅读全文
posted @ 2015-05-30 10:31 whqfor
阅读(129)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4