zjfjack/JZCalendarWeekView

Add buttons ("handles") to top and bottom of EventCell

Opened this issue · 1 comments

Hi!

Thank you so much for this library, it's helped me tremendously.

I wanted to ask about the possibility of adding "handles" to the top and bottom of each event cell in a LongPressWeekView, like here:
handles
Or even just one button at the bottom would be sufficient.

This would be so the user can adjust the start/end time right from the calendar view without going into the details view controller.

I definitely don't expect you to implement this! But I was wondering if you might be so kind as to suggest at a high level how I might make this happen? I'm still relatively new to Swift, so I'm unsure where to start. Thank you for your time :)

This won't be implemented in the near future. You can achieve this only by completely remake the longPressView logic. I know it is from Apple's design but to be honest, it won't be so easy to do that.