Hi, I am working on a reminder app.
I need to display a reminder after a certain time.
But not at the time that we set in the date picker.
Just like I have a remind in 10 minutes button
-(IBAction)ReminderClick:(id)sender
{
}
When the user clicks the button, after 10 minutes he needs to display a warning.
source
share