teodorpatras / SideMenuController

A side menu controller written in Swift for iOS
MIT License
1.16k stars 289 forks source link

Navigation bar with back and menu button #20

Closed rary44 closed 8 years ago

rary44 commented 8 years ago

Hello ,

SlideMenu 3.zip

as shown in the project attached i want to move from home to second and third view controller the problem is i try to navigate to them by push and i only get back button without menu button and i try to navigate to it using present and sideMenuController?.embedCenterController() but i only get the menu button

How can i get them both ?

Regards

teodorpatras commented 8 years ago

You need to add both manually. Have a look here: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UINavigationItem_Class/index.html#//apple_ref/occ/instp/UINavigationItem/leftBarButtonItems

mvoccola commented 7 years ago

Is any more specificity available? How and where should one go about adding them both back in? I would like the back button in its normal location with the menu button immediately to the right.