How to change UINavigationBar background image - iphone sdk ?

Posted by tester on Stack Overflow See other posts from Stack Overflow or by tester
Published on 2010-05-18T17:42:21Z Indexed on 2010/05/18 17:50 UTC
Read the original article Hit count: 1089

first of all, i read all "changing uinavigationbar color & backgound image", but i couldnt get over my problem.

i have a tabbar app with 4 tabs. each tab has navigationcontroller. (i arranged all the objects in mainwindow.xib file in IB)

in thew first tab, i wanna display 1.jpg on navigationbars background image in first view. when the use taps the tableviews row, how can i display "2.jpg" on navigationbar for second view?

i also wanna display different images for each tabs.

how can i solve it?

thanx for all.

© Stack Overflow or respective owner

Related posts about uinavigationbar

Related posts about iphone-sdk