mmick66 / CalendarView

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

Unable to use default implementation of protocols #114

Open raphaelwach opened 4 years ago

raphaelwach commented 4 years ago

Hi,

I think that you have to make public the extensions of CalendarViewDataSource and CalendarViewDelegate in CalendarView.swift or we can't use the default implementations and implementing all of the methods is mandatory.

Cheers,

Raphaël