I have to change the alertView of UILocalNotification. How can i achieve this.
Also i want to know how to assign the LocalNotification repeat only for specific days? Ex: Mon,Tue,Fri.
Regards, Anand
|
I have to change the alertView of UILocalNotification. How can i achieve this. Also i want to know how to assign the LocalNotification repeat only for specific days? Ex: Mon,Tue,Fri. Regards, Anand
| ||||
|
feedback
|
|
You can't customize the local notification. It's only text + 1 or 2 buttons. To repeat a notification, you have to define the repeatInterval property (NSDayCalendarUnit, NSWeekCalendarUnit, NSMonthCalendarUnit, NSYearCalendarUnit...) For further details, you can go to Apple local and remote notifications reference library | |||||||||||
feedback
|