Upgrade to UICollectionView
Closed this issue · 3 comments
MosheBerman commented
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.
MosheBerman commented
This article on Karmadust has some interesting info on how to do a calendar with UICollectionView. Saving it for later.
MosheBerman commented
This is blocking #118 for performance reasons. (Collection view is the solution, not the problem.)
¯\(ツ)/¯
MosheBerman commented
Done in 5.0.0, paving the way for more awesome features.