yysskk / SwipeMenuViewController

Swipable tab and menu View and ViewController.
MIT License
1.29k stars 131 forks source link

SwipeMenuViewController embedded in NavigationController (Under Navigation Bar) #120

Open kwanhlee opened 2 years ago

kwanhlee commented 2 years ago

I tried the example code and embedding ViewController inside a navigation controller. However, when the navigation bar exists, the tabs are hidden. When I start sliding ,then, the tabs appear.

I want to use this repo for my project where the sliding tab will be under the navigation bar.