fahidattique55/FAPanels

How to push View when any option selected from menu?

Piyush08 opened this issue · 4 comments

Hello,
Can you add example for this? I can't see any option to push from menu.

Thank you,

Same issue , I too have faced.Please share the possible solution to solve this issue

same as me please when you find a solution let me know

Hey,

There are two ways to do this if you are talking about changing centre panel on left menu click event,

panel!.center(centerNavVC, afterThat: {
    print("Executing block after changing center panelVC From Left Menu")
})
open func openCenter(animated:Bool)

If you guys are trying to push some new controller in centre panel or left panel then you need to manage this using UINavigationController.