fahidattique55 / FAPanels

FAPanels - Swift
Apache License 2.0
851 stars 90 forks source link

How to disble side menu in another viewController ? #39

Closed jerrypm closed 5 years ago

jerrypm commented 6 years ago

I try to use setNavigationController in next viewController, I want to remove FAPanels in there, how can I fix it?

let vc = HomeViewController() self.navigationController?.setViewControllers([vc], animated: true)

fahidattique55 commented 6 years ago

@jerrypm

Need some more information about what your controller hierarchy is ?

How you are using FAPanels ? If its assigned to root view controller of window then you need to change the root controller of window. But it would be better if you can share some more details.

Thanks & Regards