You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 itdo I need to extension other transition stuff?
Here is my setUp inside appDelegate
thanks
The text was updated successfully, but these errors were encountered: