Is it possible to set image or button at the center of navigationbar in iphone?
views:
63answers:
1
+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
2010-05-21 07:25:06