I’m writing an application for the iPad that will tell us whether or not someone is on court at a tennis tournament. Basically, just an application with a list of names each with an on/off button next to them. Once the on button is pressed, their name turns red, thus they are on court.
Is there any way, to make this easier for myself, I would be able to connect it to my computer and load in a list of names once the application is complete? That would save me from having to individually enter/modify names manually.
Thanks in advance,
Louis.
Though your question is pretty… vague, one suggestion :
importing Spreadsheet-like data could easily be done by import the
.csvversion (Comma-separated value) of a Spreadsheet.Example :
Then, you could simply :
(1) Load your csv file as a simple text file
(2) Get the lines
(3) Parse each line’s fields