I'm having a bit of trouble with this. My app takes a csv file from the web, parses it and then "should" be displaying the results into a UITableView.
I used a similar idea to get another app to take parsed csv data and use it to display map annotations, but this time I am working with strings (rather than floatvalues)
Is there any way of taking parsed csv data and putting it as a strings into an nsarray?
I used a similar idea to get another app to take parsed csv data and use it to display map annotations, but this time I am working with strings (rather than floatvalues)
Is there any way of taking parsed csv data and putting it as a strings into an nsarray?