fahidattique55 / FAPanels

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

Push and pop from left Menu #76

Closed gurwinder88 closed 4 years ago

gurwinder88 commented 4 years ago

I have home controller that is my HomeVC and then open LeftMenu Using panel?.openLeft(animated :true)

But the issue is pushViewController is not working on leftMenu only panel?.center(viewcontroller) is working and not able to pop back to my HomeVc. Please help it out.

gurwinder88 commented 4 years ago

Anybody is there to maintain the library ?

fahidattique55 commented 4 years ago

@gurwinder88

I've two understandings of what you are asking for.

  1. You're trying to push a controller in left panel (Left panel should be having a navigation controller to do that)
  2. You're trying to open centre from left panel (use openCenter(animated:Bool) or change the centre panel to show a new centre controller using center( _ controller: UIViewController, afterThat completion: (() -> Void)?))