Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
QsMAD2698y@nixon1333 yea, I don't mind it tho. I think it just makes me a better dev for trying to find it on my own.
-
nixon1333168y@cortdavis that's great but, for swift's ground breaking update, its not worth my time
-
gnaaah9848y@nixon1333 You should reconsider that. Swift3 is a great starting point compared to previous versions
-
hidden12088yI found that for certain things if you type some code in Swift instead of Swift 3 by accident, Xcode will mark it and give you the option to auto change it to the updated version
-
gnaaah9848y@hidden Yep, I get errors about "where" keyword during compilation of my Swift 2.3 code base that then disappear after completion.
-
cansik7448yIt's a real pain, changed my code to C#..way better documentation, even on Mac (mono ftw) ✌🏻️
Worst part about Swift 3, is searching on StackOverflow for the answer to a question but it's written in Swift 1 and it's not compatible
undefined