Dismissing of UIImagePickerController dismisses presenting view controller also

后端 未结 4 1320
醉酒成梦
醉酒成梦 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:34

    I had this same problem, I solved it using the storyboard (Xcode v9.2)

    1 - Go to the storyboard, where is your ViewController, select it

    Select ViewController

    2 - Set Presentation as: Current Context

    Set current context

    Note: If it does not work Current Context, select Over Current Context

提交回复
热议问题