dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

Back button title impossible to change #329

Open Sk8er22 opened 7 years ago

Sk8er22 commented 7 years ago

Hello guys,

First of all thanks for your work.

I have one problem: 1) I perform a Segue from leftviewcontroller 2) I active the navigation bar and back button in the new ViewController 3) But I don't know why it´s impossible for me to change the backbutton title, always have "back" title

In you example it's something like go to the subContentView from leftSlideMenu. But I don't have the SlideMenu declared on app delegate so I have:

ContainerVC
-> LeftVC -> RightVC -> MainNavigationController -> MainVC -> A

So i wanna go from LeftVC to A ...

Sk8er22 commented 7 years ago

The problem its when i dismiss the container!