Skip to content

Fixed Cell rendering issue with improved overlapping calculation algorithm

Compare
Choose a tag to compare
@zjfjack zjfjack released this 28 Apr 12:04
· 27 commits to master since this release
  1. Replace the old, wrong and inefficient overlapping calculation method implemented by WRCalendarView to a correct and efficient way with complexity O(nlogn), which is from Maximum number of overlapping intervals.

  2. Xcode 10.2 support