Some direction would be appreciated

I am creating a recipe app that also has a lot of text content. I looked through the forums and spent a night setting up my app only to realise the post was from 2010 so I thought I would post some questions instead to point me in the right direction.

I would like to have text that goes off the viewing page that can be scrolled up to see all of the text.

I would also like to have images in the text, although this isn’t an important issue.

For a recipe page I would like the user to be able to select an ingredient which then adds it to a shopping list page.

If someone could help guide me in the right direction I would appreciate it. First and formost how I should go about creating the text.

Even if you just point me to the api you think I should be using or if there is an example app that you know of that would be great.

Thanks in advance. [import]uid: 133106 topic_id: 23531 reply_id: 323531[/import]

For the first two questions the widget library is the way to go.

I would recommend a table view, then use the a slide view for your text / images

http://developer.anscamobile.com/reference/index/widgetnewtableview
http://developer.anscamobile.com/reference/index/scrollview-after-build-2011715

As for being able to do a shopping list, the table view again probably is the way to go. use a table to store the saved ingredients then display them in a table view.

Hope this helps [import]uid: 84637 topic_id: 23531 reply_id: 94459[/import]