i am having rootview controller in my navigationn controller and if i want to set a image to my bottom bar and top bar in my root view controller using programmatically ..
how to set it ?
plz any bidy help me out
i am having rootview controller in my navigationn controller and if i want to
Share
If you are looking to add an image to the bars, see this URL:
http://www.iphonedevsdk.com/forum/111227-post11.html
This demonstrates how to add a graphical “Info” button to a navbar, but the same principle applies with a UIImageView instead of a UIButton.
Here is the code snipplet from the link:
Hope that helps!