MosheBerman/MBCalendarKit

Latest Demo Not Compatible with Swift 1.2

vishw3 opened this issue · 6 comments

Latest Demo Not Compatible with Swift 1.2
YSDC commented

+1

Can either of you provide a crash log or screenshot? Crashing on what software?

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.

You can comment all init() and change the variable declaration.
var data : NSMutableDictionary = NSMutableDictionary()

24c0635 converts to Swift 2.x.