7

I know there is an API for adding a reminder programatically. But is there a view controller for reminders? I've looked in EventKitUI framework, but I'm not sure if EKEventEditViewController works for reminders, or only for calendar items.

Like Apple provide ones for SMS, Mail, Calendars, Twitter, Facebook.

Jonathan.
  • 53,997
  • 54
  • 186
  • 290

2 Answers2

5

There is nothing like this for reminders. The only option as of iOS 6 is to make your own UI and follow the guide that Aadhira posted.

Lance
  • 8,872
  • 2
  • 36
  • 47
1

Yes, you could be able to edit Reminders also.

Check the Calendar and Reminders Programming Guide

Also check the sample code here

Ilanchezhian
  • 17,426
  • 1
  • 53
  • 55
  • 2
    I cant see where in the example code there is anything about reminders. And the guide just says about a UI for calendars. – Jonathan. Dec 31 '12 at 04:05