iphone - "Slide to snooze" on lock screen -


i have seen several alarm clock apps, such rise, display "slide snooze" message in iphone lock screen, says "slide unlock". app in foreground, screen locked. how being done? couldn't find mention of on stackoverflow.

in uilocalnotification documentation see property of uilocalnotification named alertaction. property described follows:

the alert action title of right button of alert or value of unlock slider, value replaces “unlock” in “slide unlock”.

so, if want custom "slide unlock" text, alertaction property change.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -