Evgeny Nazarov

Results 22 comments of Evgeny Nazarov

There is no such possibility. Only in a`UIViewController` you can call `sideMenuController()`, cast it to a `UINavigationController` and get content view controller. Why do you want to access to contentViewController...

How do you create table view controller?

I mean how do you create an instance of table view controller. You have to do it like this http://stackoverflow.com/questions/24035984/instantiate-and-present-a-viewcontroller-in-swift#answer-24036067

Hi, what is xcode version?

Yes, it's a hierarchy issue. What is the rootViewController in your case?

Hi, You can present view modally by selecting table view's row, but in this case the side menu will not be accessible from modal view controller.

At the moment there is no such possibility. To hide the side menu you can call `hideSideMenuView()` function in any view controller.

Hi @fsad , sorry for long response. What kind of segue do you use to return to the first VC? It probably creates a new instance of navigation controller. I...

Hi @robomotic , Unfortunately i cant reproduce the issue, can you please post basic project with view controller's logic causing the problem.

I checked your example and noted that ViewController3 is a modal view controller, it is outside of the navigation view controller's stack, as you see in the RightSegue.swift it inserts...