Dismissing of UIImagePickerController dismisses presenting view controller also

后端 未结 4 1317
醉酒成梦
醉酒成梦 2021-02-06 02:04

I am working on a project that uses tabbar system. One of the item of tabbar is JobPostingViewController. I Embed it in UINavigationController. There is a UIButton called add ne

4条回答
  •  别跟我提以往
    2021-02-06 02:51

    Fixed the issue by setting the image picker's modalPresentationStyle to "OverCurrentContext":

    picker.modalPresentationStyle = .overCurrentContext
    

提交回复
热议问题