I want to put a .png image in the middle of the navigation bar instead of the title written in text. Could you please let me know how to do that?
Thanks.
|
I want to put a .png image in the middle of the navigation bar instead of the title written in text. Could you please let me know how to do that? Thanks. |
|||
|
|
|
Set the navigationItem's titleView
|
|||
|
You can change all the views in a UINavigationBar. If you are trying to alter the navigationBar in a navigation controller do:
If you are creating the navigationBar yourself do the same, but in stead of calling |
||||
|
|
|
Searching for an answer to this question, I've found a nice and simple solution in the Apple Discussions forum, overriding
|
|||
|
|