shoheiyokoyama / Koyomi

Simple customizable calendar component in Swift :calendar:
MIT License
749 stars 103 forks source link

select a date range with 1 tap ? #60

Open ajonno opened 5 years ago

ajonno commented 5 years ago

we need to let a user tap on a day/date. eg. they tap on Wednesday. then we need to get (1) the previous saturday (2) the following friday --> and show that date range as highlighted

from what we've seen so far it looks like your calendar requires 2 x taps in order to highlight a date range. is what we want to do achievable using your API's ?