vladlo
vladlo
I am getting crash: Thread 10 Crashed:: Dispatch queue: NSOperationQueue 0x7fc41b480ab0 :: NSOperation 0x7fc4214442c0 (QOS: LEGACY) 0 com.app 0x000000010ceec954 0x10ce2d000 + 784724 1 com.app 0x000000010cee7b78 0x10ce2d000 + 764792 2 com.app...
Once updated to Swift4, found some discrepancy while dragging events in WeekView. Attached video. Once I drag event and release mouse, I expect time 11:12, but delegate shouldChangeDateOfConcreteEvent returns newValue...
 public var dayEndHour = 24 { didSet { (self.scheduleView as! SCKGridView).invalidateUserDefaults() } }
Sunday is shown, Friday is not when sat/sun are unchecked. When sat is checked, it's not shown.  ![screen shot 2017-06-19 at 5...
Thank you for the framework, it's amazing!! I am getting crash when trying to change event's date to the next week. Looks like commenting out the assert statement helps to...