Customizing UILocalNotification's alert
I have to change the al开发者_运维问答ertView
of a UILocalNotification
. How can I achieve this?
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.
精彩评论