I\'m building an app with a custom navigation bar. After some research I decided to do this using a category on UINavigationBar. The navigation bar needs to be a bit larger
Try adding the buttons to the nav bar in the viewDidLoad method of the view controller instead.
viewDidLoad