top of page

SWIFT FOR VCE SOFTWARE DEVELOPMENT

13. CSV and Parallel Arrays

Updated: Mar 6, 2018


Parallel arrays allow us to use different data types in different arrays at the same index. This is useful at times. There are better ways of doing this, but as part of the course we are going to attempt to set these up now.


To get them to work, we want to grab all of the data from a csv, put it into a sting and then put each piece of data into the correct array before moving to the next line of the .csv file.


Watch the updated video for Swift 4


Part 1:


There is still another part I need to make for this. It is documented in an iBook I have made.

Kommentare


bottom of page