wait_fences: failed to receive reply: 10004003 error - UIAlert WITHOUT UITextField present

前端 未结 5 1483
难免孤独
难免孤独 2020-12-01 15:12

I am working on an app where a UIAlert pops up the first time the user begins using it to ask if they want to use their current location. This happens within the main contro

5条回答
  •  一生所求
    2020-12-01 15:47

    Always call [super viewDidLoad]; before you do anything else. That is also explaining why the delay works.

    Hope I'm right. :)

提交回复
热议问题