views:

63

answers:

1

Is it possible to set image or button at the center of navigationbar in iphone?

+1  A: 

Yes, have a look at the UINavigationItem's titleView property. In my application I added a UIView with a UILabel and UIImageView, for instance.

Thomas Müller