In my app, i want to add image(logo) in Navigation bar. I am working on XCode 4.2 and iOS 5.
I know UINavigationBar
, UIToolBar
has been changed in iOS 5. So iOS 4.2 UINavigationBar
code won't work in iOS 5.
I want to support display image in UINavigationBar
in both 4.2 and 5 version.
I want to be display image in UINavigationBar
like as in below screenshot.
Please help in this regards and if there is any sample code means its very helpful to me.
Thanks!!!