Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pushing viewController leftMenu cannot work #53

Open
freddy5566 opened this issue Jan 19, 2019 · 1 comment
Open

pushing viewController leftMenu cannot work #53

freddy5566 opened this issue Jan 19, 2019 · 1 comment

Comments

@freddy5566
Copy link

Hi as title

I follow the example _ = panel!.center(myVC)

It turns out that the center viewController is pushed right, but the leftMenu is not working...

I cannot open leftMenu even called panel?.openLeft(animated: true)
I also print panel?.left, and I can get the right menuVC, just cannot use it

do I need to extension other transition stuff?

Here is my setUp inside appDelegate

  private func setUpControllers() {
    window = UIWindow(frame: UIScreen.main.bounds)
    guard let window = window else { fatalError("no windows") }

    let centerVC = UINavigationController(rootViewController: myCenterVC())
    let menuVC = MyMenuVC()

    let rootVC = FAPanelController()
    _ = rootVC.center(centerVC).left(menuVC)

    window.rootViewController = rootVC
  }

thanks

@ChetanKailodiaIOS
Copy link

Hello @fidmor89 ,
i am facing this issue on my app if i can present controller from the MenuController tableview cell its work fine. But i am using push controller from menu that will be not work.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants