Hi.
I am working on a little project that I can use as a karatecoach.
In the first View it's a table view which displays the following:
- Yellow Belt
- Orange Belt
- Green Belt
... and so on.
You can click the tableview items and then it will appear a new view.
It's here I'm stuck. In this view I want the data from Plist to appear in a TableView. I want to group the tableview in these sections:
- Requirements, Stances, Blocks, Hand techniques, foot techniques, kata and kumite.
All that will come from a Pensum.plist.
Here is the structure:
http://bildr.no/view/526728
But how do I start? Just ask if you you don't understand me correctly.
I am working on a little project that I can use as a karatecoach.
In the first View it's a table view which displays the following:
- Yellow Belt
- Orange Belt
- Green Belt
... and so on.
You can click the tableview items and then it will appear a new view.
It's here I'm stuck. In this view I want the data from Plist to appear in a TableView. I want to group the tableview in these sections:
- Requirements, Stances, Blocks, Hand techniques, foot techniques, kata and kumite.
All that will come from a Pensum.plist.
Here is the structure:
http://bildr.no/view/526728
But how do I start? Just ask if you you don't understand me correctly.