1

I am looking for component that draws a calendar grid View, similar to Apple's "Calendar" app.

Can't find anything on google. searching for "calendar" or calendar, view, component is too generic term to find anything useful.

There are a lot of apps in appstore that have calendars, do they program calendar views at low-level by drawing each day as Rects, etc?

Or it's possible to use some available component libraries?

Rod
  • 1,975
  • 4
  • 19
  • 23

1 Answers1

2

Your goto place for any question like this these days is cocoacontrols.com. Searching for "calendar"

https://www.cocoacontrols.com/search?utf8=✓&q=calendar

gives us 15 responses; this one seems particularly appealing at first glance.

DSLCalendarView for iOS

Alex Curylo
  • 4,744
  • 1
  • 27
  • 37