KyleGoddard / KGFloatingDrawer

A floating navigation drawer with an interesting animated presentation written in Swift.
MIT License
499 stars 79 forks source link

Menu not opening when pushing with segue #22

Closed dprasse closed 4 years ago

dprasse commented 8 years ago

I'm trying to have 2 screens before my "Main" app. When I use get to my last screen which should be the menu screen, my button refuses to open the leftmenu. However, whenever I set the last screen as my center view, it works fine. Is there any way to use a segue and this repository at the same time? I'm trying to do a selection (school selection) before it goes into the actual main app.

Thanks and great menu!

KyleGoddard commented 7 years ago

Can you provide a sample that illustrates this issue?