aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

How to set title of leftBarButtonItem empty #130

Closed q0988113683 closed 9 years ago

q0988113683 commented 9 years ago

The next view controller's leftBarButtonItem title always show previous view controller's title,when the view controller push to next view controller.

https://dl.dropboxusercontent.com/u/20710433/Screen%20Shot%202015-03-25%20at%203.00.23%20PM.png

https://dl.dropboxusercontent.com/u/20710433/Screen%20Shot%202015-03-25%20at%203.00.30%20PM.png

i tried to set on next view controller self.navigationItem.leftBarButtonItem.title = @""; but it's not working, Does anyone know how to solve it?

aryaxt commented 9 years ago

https://github.com/aryaxt/iOS-Slide-Menu/issues/109