MosheBerman/MBCalendarKit

Upgrade to UICollectionView

Closed this issue · 3 comments

The layout the calendar view is all UIView based. The animations cell layout all uses UIView and manual positioning. In addition to #108, there should also be a move to UICollecitonView. Between the two upgrades, MBCalendarKit will benefit greatly.

This article on Karmadust has some interesting info on how to do a calendar with UICollectionView. Saving it for later.

This is blocking #118 for performance reasons. (Collection view is the solution, not the problem.)

¯\(ツ)

Done in 5.0.0, paving the way for more awesome features.