Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customizing UILocalNotification's alert

I have to change the alertView of a UILocalNotification. How can I achieve this?

like image 981
KingofBliss Avatar asked Nov 29 '10 12:11

KingofBliss


1 Answers

You can't customize the local notification. It's only text + 1 or 2 buttons.

For further details, you can go to Apple's local and remote notifications reference library.

like image 122
vincent Avatar answered Oct 21 '22 13:10

vincent