Scheduling a method to be called daily at a certain time

I have a time Date based on what the user selects from a UIPickerView. How would I go about calling a method at that particular time every day?

Replies

You might want to look into "Local Notifications"...


Mattes