Sunday, January 9, 2011

7th, 8th and 9th IPhone App - Utility App, TableView with image, Indexing and Searching in a Table View

Did three more practice apps by following the instructions in Chapters 9 and 10 in Wei Meng's book again.

UtilityApp Template - Allows us to quickly create applications that can switch to a different view.  Wei Meng's example also teaches the reader how to add a TABBAR item (+ button as seen in the screenshot below)

Utility App (The default template does not have the + button, the book teaches you to add it and to perform action when it is clicked)



TableView

I learnt how to
Add items to a Table view
Allow users to select rows in a Table view
Add images to rows in a Table view
Group items in a Table view in sections
Add an index to a Table view
Implement a search in a Table view
Add disclosure and checkmark images to a row in a Table view

TableView populated by a Property List, with image

TableView organised in sections, with index on right and search bar on top

No comments:

Post a Comment