Is it possible to change the display duration of a UILocalNotification?
问题 I need to display a local notification and have it remain on screen longer than the default 4-5 seconds, preferably until the app itself removes it. I've seen other apps (e.g. Pandora) that manage to do this somehow (maybe a push notification?), but I can find no duration property on UILocalNotification or in UIApplication methods like presentLocalNotificationNow: , scheduleLocalNotification: , etc. Neither the documentation nor any of the tutorials I've found address the display time at all.