Subclassing is inheriting a class and modifying the methods or properties of super class however you want
Questions tagged [ios-subclass]
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