patchthecode / JTAppleCalendar

The Unofficial Apple iOS Swift Calendar View. Swift calendar Library. iOS calendar Control. 100% Customizable
https://patchthecode.com
MIT License
7.57k stars 812 forks source link

Load more in Calendar #1292

Closed Mahesh-iOS closed 4 years ago

Mahesh-iOS commented 4 years ago

I want to implement load more functionality in the calendar per year. Basically I want to show dates from the distant past to the distant future. Once I start scrolling and reached to end of the year, I have to show load more for loading the upcoming year.

Mahesh-iOS commented 4 years ago

@patchthecode Please guide me, if you have any idea on above feature

patchthecode commented 4 years ago

hmm first, let me know is it a problem if you just load all the years at once?

Mahesh-iOS commented 4 years ago

I don't have any problem at all. But the moment, when I used start date and end dates as distant past and distant future, Calendar is loading after a few secs (5sec to 8sec).

Mahesh-iOS commented 4 years ago

HI, I am done with Load more in the Calendar. Thank you

egg-rita commented 1 year ago

HI, I am done with Load more in the Calendar. Thank you

May I ask how you achieved it