I'm using SwipeViewController. I asked my question to the developer, but he ignores it. Here is my question.
When I close modal within dismiss method of ImagePicker
imagePicker.dismiss(animated: true, completion: nil)
Navigation bar from SwipeVC is displayed instead of VC1 navigation bar.
Do you have any ideas how to deal with that or what am I doing wrong?