mmick66 / CalendarView

An Easy to Use Calendar for iOS (Swift 5.0)
MIT License
598 stars 115 forks source link

does not conform to protocol 'CalendarViewDataSource' #138

Open Cakston opened 3 years ago

Cakston commented 3 years ago

does not conform to protocol 'CalendarViewDataSource'

chaitanyadeshp commented 2 years ago

add this methord along with previous startDate and endDate func headerString(_ date: Date) -> String? { return "LOL" }