1

According to https://stackoverflow.com/a/3177284/856388 we can add programmatically event to core calendar in iOS. How to show this native iOS calendar like component on some UIView?

Community
  • 1
  • 1
bsnbk
  • 21
  • 5

1 Answers1

2

There is no native view for calendar/events, you will have to build your own.

Calendar and Reminders Programming Guide describers how to access to user calendar and events. Which you can then use in your own app.

The presentation of these item is up to you.

rckoenes
  • 69,092
  • 8
  • 134
  • 166