Fixed Cell rendering issue with improved overlapping calculation algorithm
-
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.
-
Xcode 10.2 support