As the title suggests, I would like to know if it is possible to avoid adding right bar button in the navigation bar through code.
I've done the usual process with a view controller embedded in a navigation controller and trying to drop the bar button item inside the navigation bar of the view controller, but it no longer works for some reasons.
So is it possible to be done in the storyboard somehow in iOS 8?
Xcode ver. 6.2 Stable

