erichoracek / MSCollectionViewCalendarLayout

UICollectionViewLayout for displaying cells chronologically. Similar to the iOS Calendar app.
MIT License
1.95k stars 271 forks source link

Infinite scrolling #51

Closed filiroman closed 2 years ago

filiroman commented 9 years ago

Is there a way to reach infinite scrolling in horizontal week view, even without events? I've found that I need to put empty events in NSFetchedResultsController, but how can we do it endlessly?

BadChoice commented 8 years ago

Check my repo out, I forked it and it has infnite scrolling (only forward right now..)

https://github.com/BadChoice/RVCalendarWeekView