Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cordoprod

macrumors newbie
Original poster
Nov 16, 2009
5
0
I'm building a karate application for myself. It's based on the requirements for each belt.

In the first view it's just a table view with:
- Yellow Belt
- Orange Belt
... etc

You can click them and a new view will appear. In here it's a new tableview with the techniques grouped in sections. All the data will come from Plist.

I'm struggling with this:
- Putting the data from the plist in the rows (i've set up the sections correctly).
- Separate all the belts, the same techniques appears for each belt.
- Count the number of rows in each section (i know how to count sections)

Here is my PensumViewController.m file:
http://www.cordoproduction.com/PensumViewController.m

What do I do?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.