Multiple UIBarButtonItems in UINavigationBar

Kshitiz Ghimire picture Kshitiz Ghimire · Feb 24, 2011 · Viewed 18.9k times · Source

How to Create multiple bar button in navigation bar?

Answer

code007 picture code007 · Nov 28, 2011

From iOS 5 onwards, you can now do it using setLeftBarButtonItems:animated: or setRightBarButtonItems:animated: