zjfjack / JZCalendarWeekView

Calendar Week & Day View in iOS Swift
MIT License
448 stars 120 forks source link

How can I show different type of events with different colors? #90

Closed NeenaMishra12 closed 5 years ago

NeenaMishra12 commented 5 years ago

Hi @zjfjack , Thank you for the awesome library. In my app, I am having different type of events and I want user to identify them by using different colors. How can I achieve this? Can you please help me with it?

zjfjack commented 5 years ago

Hi,

You can simply define different types of UICollectionViewCell and configure them in UICollectionViewDelegate method cellForItemAt

NeenaMishra12 commented 5 years ago

Fixed it. Thanks