Creating a Time Based Reminder App in iPhone
I am working on time based reminder App. in which the user enter his reminder and time for the reminder. The problem is that how to continuously comparing the current time with the user defined time. Any sample code will greatly help. because i am stuck on this point. valvoline Comparing the current time vs. the user defined one is not the right design pattern. UIKit offers the NSLocalNotification object that is a more high-level abstraction for your task. Below is a snip of code that create and schedule a local notification at the choosen time: UILocalNotification *aNotification = [