Quivr / iOS-Week-View

QVRWeekView is a framework which provides a calendar view that can be customized to display between 1 to 7 days in both portrait and landscape mode. Includes customization features to customize colours, fonts and sizes.
MIT License
39 stars 21 forks source link

How to stop adding events when long pressing #23

Closed AryaaSk closed 4 years ago

AryaaSk commented 4 years ago

I have deleted all the code inside the didLongPress() func as I do not want to add a new event when long-pressing, most of it is gone however when I long-press it gives me a single event which I cannot click or edit at all, this is similar to the one in the example project Also thank you for helping me so far

AryaaSk commented 4 years ago

Oh never mind I have found out how to do it Thank you