I am a C.S. student and I trying to learn iPhone development. I bought a book that goes through the basics of the iPhone SDK pretty well. What I am trying to do is take a navigation controller app with a Table view under it (which is a fully functioning app), and make it as one of the views of a Tab Bar. I have tried several times to transfer the functioning app into a Tab Bar form but I cant seem to make it work. The functioning app loads this screen:
And i want to put that app into another app that looks like this:
Any advise is appreciated.