I want to do something in the viewDidAppear method but this method not auto calling the SDK describe this method is Notifies the view controller that its view was added to a window. if means implement this method in my view controller can auto calling?
- (void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
...
}