Meaning of Warning “while a presentation is in progress!”

前端 未结 8 886
旧时难觅i
旧时难觅i 2020-11-29 19:29

When I am integarting the Instagram in my project. I am getting a image from UIImagePickerController and after it i want to send i

8条回答
  •  温柔的废话
    2020-11-29 19:49

    i got this message because i copied pasted a button that already had sent event attached to it and i continued to create another connection since new button was supposed to open new view.

    So technically i was trying to open 2 views at the same time.

提交回复
热议问题