shoheiyokoyama / Koyomi

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

get IndexPath for a given date #40

Open akillamac opened 6 years ago

akillamac commented 6 years ago

is it possible to have the indexPath of a given date

for example : getIndexPath(at: Date) -> IndexPath {}

veeranjain04 commented 5 years ago

I need this too