Skip to content

Instantly share code, notes, and snippets.

@Pretz
Created September 24, 2014 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pretz/041fa688bf69cfab60ad to your computer and use it in GitHub Desktop.
Save Pretz/041fa688bf69cfab60ad to your computer and use it in GitHub Desktop.
iOS Calendar UI Components

I went searching for a UI component that shows a single month at a time and allows switching between months. I decided to roll my own, but here's the projects I looked at, ordered by github stars:

  1. https://github.com/devinross/tapkulibrary (3492)
  2. https://github.com/square/objc-TimesSquare (1366)
  3. https://github.com/klazuka/Kal (1259)
  4. https://github.com/min/MNCalendarView (317)
  5. https://github.com/PeteC/DSLCalendarView (290)
  6. https://github.com/MosheBerman/MBCalendarKit (287)
  7. https://github.com/phaibin/Kal (64)

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment