I have a UINavigationController. I\'m trying to add multiple buttons on the right side of my navigationBar. How can I achieve this? What kind of button does it take
UINavigationController
As of iOS5 you can assign an array of bar button items to the navigation item's rightBarButtonItems (note the plural) property.
rightBarButtonItems