How to fix the warning: view is not in the window hierarchy

前端 未结 4 675
闹比i
闹比i 2021-01-29 07:19

I\'m using the standard setup procedure for Mobclix in an iOS app and I\'m calling the requestAndDisplayAdFromViewController: method from

4条回答
  •  灰色年华
    2021-01-29 07:34

    You should try moving this code to viewDidAppear.

    From the Apple documentation on viewWillAppear:

    This method is called before the receiver’s view is about to be added to a view hierarchy
    

提交回复
热议问题