Hi everyone,
I want to do something after the view fully appears on the screen, then i override the viewDidAppear: method of the UIViewController. But it seems that this method is called before the view actually appears.
Anyone knows how to fix this ? Thanks a lot.
I want to do something after the view fully appears on the screen, then i override the viewDidAppear: method of the UIViewController. But it seems that this method is called before the view actually appears.
Anyone knows how to fix this ? Thanks a lot.