Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any ready-made calendar control for iPhone apps? [closed]

I am building an applicaiton for the iPhone that will display upcoming and past events. I settled for a list view, but then I realized that a calendar (just like the one displayed in the "month" view in the built-in Calendar application) would be a best match.

However, the iPhone Human Interface Guidelines just mentions the Date Picker, not the calendar, so I believe there is nothing like that out of the box. Is that true? If so, does anyone know of a third-party control that could be used? (I could write one myself, but I'd rather pick up something ready, since this is a departure on the original project plans).

like image 322
chesterbr Avatar asked Jun 15 '09 19:06

chesterbr


People also ask

Does iPhone have a built in Calendar?

Apple's calendar app comes preinstalled on all iPhones, iPads, Mac computers, and other Apple OS-powered devices. It can also be accessed from a web browser on any device through your iCloud account.

Which is better Google Calendar or Apple Calendar?

Comparing everything, it's safe to say that Google Calendar is superior to Apple Calendar when it comes to features and functionality. It's smart, has better integration with Google's ecosystem and lets you even import Apple Calendar, making Apple's Calendar obsolete!


2 Answers

Yes.

These are the option I am aware of:

EDIT: as of May 6, 2010

1) GCCalendar

2) http://github.com/klazuka/Kal

3) http://code.google.com/p/iphonecal (needs to be customized - easily - to change text from chinese to english)

4) Commercial: http://nrg.com.bd/blog/archives/36 but the look & feel of the previous ones is much, much better and they are free, if you can comply with their licenses.

Hope this helps.

like image 58
Massimo Cafaro Avatar answered Sep 20 '22 04:09

Massimo Cafaro


The best site is indeed https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=Calendar, because you find screenshots of the separate calendars. Nevertheless, I made a list:

iOS

  • CLWeeklyCalendarView
  • Kal
  • TimesSquare
  • VURIG Calendar
  • OCCalendar
  • PMCalendar
  • CKCalendar
  • ABCalendarPicker
  • MBCalendarKit
  • DSLCalendarView
  • MSCollectionViewCalendarLayout
  • NVCalendar
  • VFCalendarView
  • JTCalendar
  • ios-calendar
  • TKCalendarMonthView
  • MELiPadCalendar
  • MACalendarUI
  • RDVCalendarView
  • RSDayFlow
  • DayFlow
  • PDTSimpleCalendar
  • SACalendar
  • MNCalendarView
  • CustomCalendar
  • CVCalendar
  • THCalendarDatePicker
  • MZDayPicker
  • CustomCalendar
  • DIDatepicker
  • FSCalendar
  • WeekViewDemo
  • FFCalendar
  • CGCalendarView
  • CalendarIOS7
  • GCCalendar
  • iphonecal
  • YFCalendar
  • Upcoming
  • DPCalendar

Xamarin.iOS

  • FMCalendar
  • TimesSquare Calendar
  • XCalendar
  • Xamarin.Forms.Calendar
  • escoz/monotouch-controls

Buy components

  • Telerik.Xamarin.iOS
  • Resco Mobileformstoolkit
  • Infragistics iOS Controls

I have this in a Excel-Sheet, where you can find much more information.

like image 39
testing Avatar answered Sep 20 '22 04:09

testing