i want to add bg image to root view so that it will be visible in all views ....
+2
A:
Have a UIImageView
behind the navigation controller. Then make the background for the visible view controller of the navigation controller transparent.
jrtc27
2010-07-23 18:40:48
A:
As an alternative to using transparency -- make a custom subclass of UIView that you use for your views that go get the background image of the root view. If you make the views transparent, they will look different during animation (slide in/out) than they would if you repeat the image in each view.
Lou Franco
2010-07-23 18:46:43
A:
i have added image to window in IB of rootview controller that solved my problem
lak in iphone
2010-07-23 19:32:59