I have time intervals in MutableArray
like
NSMutableArray *times=[[NSMutableArray alloc]initWithObjects:@"6:00 AM", @"6:15 AM", @"6.30 AM", @"6:45 AM", nil];
Now i want to display notifications
, when iphone local system time matches to that MutableArray
time intervals notification
has to display at every intervals. Please help me in this problem and send me the code. Thank you in advance.