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.
精彩评论