fahidattique55 / FAPanels

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

How to push View when any option selected from menu? #59

Closed Piyush08 closed 4 years ago

Piyush08 commented 5 years ago

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

Thank you,

Gajalakshmi94 commented 5 years ago

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

JhonnyTawk commented 5 years ago

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

fahidattique55 commented 4 years ago

Hey,

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

  1. panel!.center(centerNavVC, afterThat: {
    print("Executing block after changing center panelVC From Left Menu")
    })
  2. open func openCenter(animated:Bool)
fahidattique55 commented 4 years ago

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