Closed gurwinder88 closed 4 years ago
Anybody is there to maintain the library ?
@gurwinder88
I've two understandings of what you are asking for.
openCenter(animated:Bool)
or change the centre panel to show a new centre controller using center( _ controller: UIViewController, afterThat completion: (() -> Void)?)
)
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.