evnaz / ENSwiftSideMenu

A simple side menu for iOS written in Swift.
MIT License
1.82k stars 281 forks source link

TabBarController #53

Open RennanAlves opened 9 years ago

RennanAlves commented 9 years ago

When I try to use the sidemenu with the tabBarController, the transition only occurs when I press a button (in my case, the backButton I created in the navigationBar) after i press the respective row in the tableView.

After the transition, the sideMenu don't dismiss and I need to press the menuButton or use the gestureRecognizer to dismiss him.

Is this a hierarchy problem? I'm trying to figure out but I don't know where to look.

evnaz commented 9 years ago

Yes, it's a hierarchy issue. What is the rootViewController in your case?

RennanAlves commented 9 years ago

Here is a sample of how I structured my storyboard. storyboard

vimalsaifudin commented 9 years ago

Any solution for this issue ?