Local notification not firing in iphone
问题 In my i'm using a action sheet picker view. It is working fine. But I want to fire a local notification when a particular time is set in time picker , it is not firing the local notification . I used this code: enter code here - (void)actionPickerDone { if (nil != self.data) { //send data picker message[self.target performSelector:self.action withObject:[NSNumbernumberWithInt:self.selectedIndex]]; } else { //send date picker message NSCalendar *calendar = [NSCalendar