Basics Introduction To Using CHCSVParser

Viewed 6423

I'm implementing CHCSVParser into my iPhone app (thanks Dave!) however I'm really confused on how to use it. I've read the read-me and searched some questions on SO but still not 100% sure what to do.

I have a .CSV file with maybe 5000 rows of data and 3-4 columns.

I want this data to in return, load my UITableView along with its corresponding detailViewController.

So I'm assuming I need to somehow implement the API's array method but can anyone help get me started?

1 Answers
Related