tags:

views:

112

answers:

1

How can I create UINavigation bar with button like this

A: 

You can use UIButtons with images like those in the BarButtonItems in the Nav bar. You won't easily be able to use more than two buttons. You will have to switch to using a UIToolBar instead of a UINavigationBar.

mahboudz