I’ve created a simple navigation application, which alternates between two views through the use of push/popViewController. I’ve decided to add a background image, rather than a pattern or single colour, to both view controllers.
Is there a way to have the same backgrounds for both views, without them scrolling when the view changes? This way, it will look like the background stays still, while everything else slides over the top.
I haven’t found any help on this issue, and the only idea I’ve come up with up to now is to attempt to use the app delegate (or, tenuously, the navigation controller) to draw the background, but my attempts to do such have all failed terribly.
Maybe try to add image to application
windowand set background color for bothviewcontrollerstoclearColor.