fortmarek / SwipeViewController

SwipeViewController is a Swift modification of RKSwipeBetweenViewControllers - navigate between pages / ViewControllers
MIT License
655 stars 46 forks source link

NavigationBar bug ?! #28

Closed relaxsus closed 6 years ago

relaxsus commented 6 years ago

Hello! I have a SwipeVC. It`s first window is MenuVC.

SwipeVC navBar

2018-02-27 17 10 19

From it I go to VC1.

self.performSegue(withIdentifier: "writeToDeveloperSegue", sender: self)

From VC1, I show the ImagePicker modal window.

present(imagePickerController, animated: true, completion: nil)

NavigationBar VC1

2018-02-27 17 10 31

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.

NavigationBar VC1 after dismiss ImagePicker

2018-02-27 17 10 44

Do you have any ideas how to deal with that or what am I doing wrong?

giphy

relaxsus commented 6 years ago

Perhaps one of you will have a thought, in which direction to seek a solution to this problem, write please !?

relaxsus commented 6 years ago

Decision

fortmarek commented 6 years ago

Hello, sorry, I couldn't get to you earlier, but please note that as a maintainer I do this in my free time for free and I have been unfortunately quite busy lately. Anyway, thanks for using the project, I will try to deal with this in next release.