Possible Duplicate:
UILocalNotification Repeat Interval for Custom Alarm (sun, mon, tue, wed, thu, fri, sat)
i am new in Xcode. I need to use local notifications in my app. Local notification has property repeatinterval which can have only limited values (repeat every minute, hour, day, etc). But i need to have notifications to repeat in more flexible way (for example: 3 times a day). Is there a way to do this??