PeteC / DSLCalendarView

Simple calendar view for iOS
347 stars 82 forks source link

Access NSArray / NSDictionary values passed from delegate class in calendar classes #24

Closed hemangshah closed 7 years ago

hemangshah commented 10 years ago

I want to get list of dates from an NSArray, from the class where I'm having DSLCalendarView object, how do I pass it? Any other way to pass my dates in DSLCalendarView classes for handling?