Sorry if this thread is in the wrong board, I couldn't find a board specially for iOS development.
I've very recently got into iOS development with Swift, and I'm looking into writing an app that overlays points of interest, onto a map.
I've got the data set downloaded, although I'm not sure how I can parse this set so that I can create an object for each data entry?
I can get a copy of the file in either .CSV, .KML or .JSON.
Can anybody suggest any method of parsing the file into a swift file?
I've very recently got into iOS development with Swift, and I'm looking into writing an app that overlays points of interest, onto a map.
I've got the data set downloaded, although I'm not sure how I can parse this set so that I can create an object for each data entry?
I can get a copy of the file in either .CSV, .KML or .JSON.
Can anybody suggest any method of parsing the file into a swift file?