开发者

UIViewController

开发者 https://www.devze.com 2023-02-10 06:12 出处:网络
how to understand tha开发者_开发知识库t view is fully loaded?The view is fully loaded by the time your UIViewController\'s viewDidLoad method is called.

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

精彩评论

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