Reputation: 9400
I need a calendar-App-like UI component in my App. I mean, not necessarily nice and complex like the calendar App, but close enough.
Is there something similar and possibly open source? Frameworks, API, libraries, snippets and so on?
(I say iPad on purpose, not iPhone! I know there are good solutions for iPhone, already)
Upvotes: 6
Views: 871
Reputation: 2968
I know this one https://github.com/ocrickard/OCCalendar
But I'm not sure if you can customise everything you need.
Hope it help
Upvotes: 1
Reputation: 15566
I am not entirely sure what you are looking for but Apple has some good documentation on Event Kit UI frameworks. This would allow you to navigate and use basic calendar functions.
Upvotes: 0