Daniel1of1 / CSwiftV

A csv parser written in swift conforming to rfc4180
BSD 3-Clause "New" or "Revised" License
171 stars 46 forks source link

Update CSwiftV.swift #18

Closed cbarrerah closed 8 years ago

cbarrerah commented 8 years ago

Changes to enable swift 3 compatibility Tried to keep the rest of the code untouched.

cbarrerah commented 8 years ago

Hi again, It's possible it works without the "as String" type cast, but i seem to remember the compiler complaining. As i was in a little bit of a rush, i made the necessary changes for it to compile without mindind about the details.

I have finished the exams, so i will have more time to review the code. I recently downloades the new Xcode beta, so i'll go over the changes and let you now if there's anything that has to change again.

Thanks for taking the time to review my changes ;)

Daniel1of1 commented 8 years ago

Apologies for taking so long to get round this, have been MIA I'm afraid.

Thanks so much for the contribution. I'm going to fix the merge issues now and get this in.