views:

45

answers:

0

I am definitely the NOOB here, so let me pre-apologogize for asking how to write this application.

In a nutshell, this is what I am trying to do. I will have a main View Controller. There will be 3 buttons. 1 for information, 1 for Food Menu items (TableView), and 1 for Common greetings.

I am stuck on creating a tableview that will have subviews. When the user clicks the MENU ITEMS button on the main startup view - a table will be shown with 25 food items and a picture to the left of the text. The user could then click on 1 of the 25 table cells and be brought to a sub-view.

I have been trying to do this and have been unsuccessful. I just need a head-start with 2 or 3 items of which I could build the rest. I see many examples for UITables, but they are either geared towards displaying UIWebview or repeat the the cell items "text" when clicked on in a subview as a "text".

An example of this is on Apple's website regarding the Desert Recipes at the top of the page. This is basically what I need it to do. Have a main menu of the 25 items and then click for a sub-view of each. I do not need a break down for the subview, just how to get the UITable working with subviews and a return button. http://developer.apple.com/iphone/library/featuredarticles/ViewControllerPGforiPhoneOS/AboutViewControllers/AboutViewControllers.html

Any input or advice is very much appreciated. I would be more than happy to give you mention for your help in my application. If I am in the wrong place for this, please point me in the right direction to post this.