Hi, I have an iPhone app with a navigation controller. Views slide in from the right. I want a background picture that is fixed, so that it doesn't slide with the views pushed on the nav controller. Is that possible? Thanks!
A:
You should be able to, for example, add a UIImageView with your background image as a subview of your app's UIWindow, underneath the UINavigationController's view. Then set the background color of each UIViewController to [UIColor clearColor], and the static background image should show through.
Hilton Campbell
2010-08-14 05:35:26
Thank You! I'll give it a try!
folium
2010-08-19 12:25:45