mmick66 / CalendarView

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

Cannot access selectedDates #101

Closed ivrylobs closed 4 years ago

ivrylobs commented 4 years ago

Error said it's internal var ? But actually it could be access as public right ? Need help!!!

mmick66 commented 4 years ago

Did you install via Coco pods?

ivrylobs commented 4 years ago

Did you install via Coco pods?

Yes, i did . It's work now , i have unlocked the CalendarView file and change its declaration of the variable from internal to public.

ivrylobs commented 4 years ago

But still don't know why internal var is its declaration at first to access it it'd be public right?

mmick66 commented 4 years ago

I just updated the Pod to 1.8.3. Please check this one and let me know. Failing this, please install the calendar manually, which is simply by dragging the folder to your project. Let me know how it went.

ivrylobs commented 4 years ago

It's work perfectly now thank you sir @mmick66 may be someone need to clean the build file if you got problem while running