Questions tagged [ios-subclass]

Subclassing is inheriting a class and modifying the methods or properties of super class however you want

1 questions
0
votes
1 answer

MBCalendarKit: Connecting CKCalendarDataSource to Core Data

I'm connecting MBCalendarKit with Core Data. This is the code to build a dictionary of events: for (Task *task in _taskArray) { _event = [CKCalendarEvent eventWithTitle:[task valueForKey:@"title"] andDate:[task valueForKey:@"startDate"]…
carlodurso
  • 2,886
  • 4
  • 24
  • 37