viewDidLoad, viewWillDisappear, viewWillAppear等区别

viewWillAppear:

Called when the view is about to madevisible. Default does nothing

视图即将可见时调用。默认情况下不执行任何操作

viewDidAppear:

Called when the view has been fullytransitioned onto the screen. Default does nothing

视图已完全过渡到屏幕上时调用

viewWillDisappear:

Called when the view is dismissed, coveredor otherwise hidden. Default does nothing

视图被驳回时调用,覆盖或以其他方式隐藏。默认情况下不执行任何操作

viewDidDisappear:

Called after the view was dismissed,covered or otherwise hidden. Default does nothing

视图被驳回后调用,覆盖或以其他方式隐藏。默认情况下不执行任何操作

 

loadView;

This is where subclasses should createtheir custom view hierarchy if they aren't using a nib. Should never be calleddirectly.

这是当他们没有正在使用nib视图页面,子类将会创建自己的自定义视图层。绝不能直接调用。

viewDidLoad;

Called after the view has been loaded. Forview controllers created in code, this is after -loadView. For view controllersunarchived from a nib, this is after the view is set.

在视图加载后被调用,如果是在代码中创建的视图加载器,他将会在loadView方法后被调用,如果是从nib视图页面输出,他将会在视图设置好后后被调用。


转载自:http://www.cnblogs.com/zjz008/archive/2011/05/11/2043710.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值