Hi, I'm trying to figure out how to upgrade an app of mine for iOS 10 / Swift 3.0.
With iOS 9.0 and Swift 2 I was using an open solution from GitHub to read and write
csv files (reading the data they were mapped into dictionaries).
Now many parts are deprecated, and I cannot use anymore that solution.
Do you have any suggestion to solve that problem, and maybe any sample code as an
example?
Many thank, Salva