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

前端 未结 8 882
旧时难觅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:46

    It means you are presenting or dismissing UIImagePickerController and trying to present UIDocumentInteractionController, while first presentation or dismissing is not completed.

提交回复
热议问题