Friend-LGA / LGSideMenuController

iOS view controller which manages left and right side views
MIT License
2.05k stars 331 forks source link

Remove Navigation Bar from LeftViewController #176

Closed bejgumshirisha closed 3 years ago

bejgumshirisha commented 5 years ago

When i show left view I want to hide Navigation Bar.I wrote in sidemenu controllers as well as main controller also in LeftViewcontroller.From no where it is reflecting.

How to remove navigation bar in leftviewcontroller

Friend-LGA commented 3 years ago

You have full control over UINavigationController. This framework is just a container for your navigation controller, it doesn't control its behaviour. Just google how to hide UINavigationBar from UINavigationController.