MosheBerman/MBCalendarKit

How to show more than one event in single date for MBCalendarKit for swift 4

Closed this issue · 1 comments

I am using MBcalendarKit in my project and it is working for me. The problem is I want to show more than one event in a single date. but it was showing only the last occurrence of the same date.

I fixed it already. :) . we can do like this. data[date3!] = [event3,/*event4,event5 */]