Closed mekalasiva closed 6 years ago
Hi @mekalasiva
Just call the openCenter(animated:Bool)
to open the existing centre panel.
or if you want to change it then use below code,
let panelVC = FAPanelController()
homeVC = UIStoryboard.home.instantiateInitialViewController()
_ = panelVC.center(homeVC!)
window?.rootViewController = panelVC
What is homeVC?is it any class method name?
Any centre controller you want to assign to centre panel.
Either a UIViewController, UINavigationController or a UITabBarController etc.
How to hide the Central Panel choose hide the Left Menu and Right Menu icons.