Latest Demo Not Compatible with Swift 1.2
vishw3 opened this issue · 6 comments
vishw3 commented
Latest Demo Not Compatible with Swift 1.2
YSDC commented
+1
MosheBerman commented
Can either of you provide a crash log or screenshot? Crashing on what software?
vishw3 commented
MosheBerman commented
Ah, that's not a crash, it's a compilation error.
Looks like a change from Swift 1.0 to 1.2. I can't make changes over the summer, but look in Xcode's "Edit" menu, there should be something there about making the change.
If someone wants to do this and make a pull request, I may be able to merge it.
rpvilela commented
You can comment all init() and change the variable declaration.
var data : NSMutableDictionary = NSMutableDictionary()
MosheBerman commented
24c0635 converts to Swift 2.x.