I have an application that creates 6 UILocalNotifications each day, spaced at 2 hour intervals. Each notification is associated with a unique log entry screen. In the application's Navigation controller, the root of the stack is a UITableView with information about today and the six log entries that should be filled out for today.
I'd like the user to be able to swipe the notification from the notification center pull down screen (or from the lock screen) and go directly to the specific log entry screen they need to fill out.
I've looked for tutorials or documentation as to how this can be done, but I'm not having luck using the correct concepts for my search. Could anyone point me to some good resources to help me learn how to do this?
Thanks!