Can someone please summaries and explain the logic/process for creating a reminders app

Hi,


Can someone please summaries and explain the logic/process for creating a reminders app?


I'm no looking for code I just need the list of frameworks and steps needed for creating a reminders app


1. You fist create a calendar event (what framework/methods?).

2. Than you load the calendar event (what framework/methods?).

3. Than you notify the user (what framework/methods?).


I know this is a very broad question but I have to start some where.


Thanks

Answered by KMT in 400748022

Start w/the 'Topics' links at each of these:


The iOS HIGs cover flow, etc. Examples:

Accepted Answer

Start w/the 'Topics' links at each of these:


The iOS HIGs cover flow, etc. Examples:

There are some examples, if that can help:

This one is a bit outdated, but OK to get the logic

h ttps://www.raywenderlich.com/2291-eventkit-tutorial-making-a-calendar-reminder


And some sample code

h ttps://github.com/tiagomartinho/Reminders

Can someone please summaries and explain the logic/process for creating a reminders app
 
 
Q