开发者

UIViewController

how to understand tha开发者_开发知识库t view is fully loaded?


The view is fully loaded by the time your UIViewController's viewDidLoad method is called.

You can also use the isViewLoaded method to determine if the view is currently loaded in memory.

Hmm... can't help but think that's not what you're trying to ask, but that's what you appear to have asked. These are exciting times.


Check UIViewController's -isViewLoaded method.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜