Beginner need help creating my first app. table view/tab bar at same time.
Hello everyone,
So I went through the book 'iPhone 4 development' and I felt like it was time to try and make a basic app.
What I want to do is have a main view as a table view, with a navigation bar at the top so the user and go between the different levels from the table view data, as well as a tab bar on the bottom so that if the user wants he can change from the main table view to another view where he can edit basic setting of the app (not in table view style).
So far this is all i've been able to accomplish:
-I can either start with navigation controller in the xib file, which allows me to go through the different levels/data in the table view cells on the main view.. But using that method I cannot add a tab bar control to the main xib file.. It won't even let me add one with IB.
-Scenario 2 I am running into is that I start with a view-based application and add the tab bar, nav bar, and table view myself into the main view with IB.. Doing so allows me to create a table view, but I am not sure how I can get more than 1 level in my table view where if the user selects one cell it brings them to a 2nd level table view and different cells/options to choose from.
Im trying my best to describe my problem, please let me know if I can clarify anything.
Cheers.
|