I was wondering what the best way of displaying the contents of a CSV file in a UIPicker would be.
The idea is that a person picks a date range in a UIPicker and then gets a UIAlert popup based on their selection.
I know there are probably a few options. I thought there might be something simple where I can avoid making a database.
My CSV file has 4 columns. One of the columns is a date range column and is written like:
Feb 20, 1920 - Feb 7, 1921
Feb 8, 1921 - Jan 27, 1922
Jan 28, 1922 - Feb 15, 1923
Feb 16, 1923 - Feb 4, 1924
etc....
thanks for any help.