views:

14

answers:

0

I have a UIPickerView which I want to initialise with a large amount of data. The easiest way to maintain this data is in a spreadsheet, and so I have saved it as a CSV. Unfortunately, I am having a lot of difficulty reading this file. (I have read a lot of documents on how to do it, but it just won't read the file. It say's its null.) What other methods can people think of to use instead of a CSV?