How to fix the warning: view is not in the window hierarchy
问题 I'm using the standard setup procedure for Mobclix in an iOS app and I'm calling the requestAndDisplayAdFromViewController: method from within viewWillAppear: - (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; [fullScreenAdViewController requestAndDisplayAdFromViewController:self]; } here's the warning I'm getting: Warning: Attempt to present <MobclixFullScreenAdViewController: 0x14f2c0> on <EditGameViewController: 0x1838d0> whose view is not in the window hierarchy! I