I am completely new to this but not programming. I am looking for a way to have a multi-view application that has a background image that most of the time will stay the same.
I have taken a few examples and attempted to modify them but without success.
For instance one of the examples had a toolbar at the bottom with two buttons. One for the first view and the second for the second view. When I start the example I can click on either one and it displays different text.
I am trying to have an image that loads with the app, and is behind everything so I can still click on the buttons and load the views.. currently the image is in front of everything and I cannot figure how to move it to the back.
Please note I am new so I most likely will ask dumb questions. I am a quick learner with examples.
I particularly like this example -
Framework for having Multiple Views in an iPhone app : Technology blog :: pushplay.net but again.. when I add an image ( programmatically ) it is in front of all other views so I cannot do a thing.
thanks in advance. Example code would be great and appreciated
Jeff