Search code examples
iosobjective-cswiftios7calendar

Calendar with selectable range of dates


I'm searching for a library that provodes a calendar that allows me to select single dates and whole ranges of dates that I can use on my app.

Is there any iOS library that provide such features?


Solution

  • Use EKEventStore it allows a lot of calendar access including selection of specific date ranges. I posted some sample here: Using EventKit with swift on OSX