iPhone checklist app

Posted by Brodie4598 on Stack Overflow See other posts from Stack Overflow or by Brodie4598
Published on 2010-04-02T00:12:33Z Indexed on 2010/04/02 0:33 UTC
Read the original article Hit count: 280

Filed under:
|
|

I am trying to create a simple app that displays a list of items with check boxes next to each item, then give the user to simply check each box. Nothing (aside from the checkbox image switching) needs to happen when the check box is touched.

Each checklist is a seperate NSDictionary contained in a single master NSDictionary. The checklist dictionary contains arrays for different sections of each checklist.

At the top of the view, the user selects which set (dictionary) of checklists they want to open then I want that checklist to display underneath the picker once a "select checklist" button is pressed.

Any ideas on the best way to get this done?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about checkbox