richardtop / CalendarKit

📅 Calendar for Apple platforms in Swift
https://www.youtube.com/watch?v=cJ63-_z1qg8
MIT License
2.49k stars 334 forks source link

If two events' start and end times are exactly equal to each other AND event gap is set, do not consider them as overlapping. #290

Closed degemenc closed 3 years ago

degemenc commented 3 years ago

This effect is applied only if event gap is greater than 0. This is the behavior in iOS calendar. The effect of the changes are shown below, with an event gap of value 2.0:

Before changes:

Before

After changes:

After
RehamAyman commented 1 year ago

hello iam using swiftui , all i need is how to change event color when i tap on it in run time