Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个警报应用程序。我用来UILocalNotification在后台显示通知。我的通知消息由通知显示AlertBody。
UILocalNotification
AlertBody
但是,我不知道如何Slider根据AlertBody.
Slider
您无法设置 iOS 处理通知的方式。用户可以在设置应用程序中设置通知的显示方式。
您需要参考UILocalNotification以下文档的一些链接UILocalNotification...通常您不能设置消息Slider Lock的 instad AlertBody 。
Slider Lock
下面描述一些链接。
.pdf 文件用于 NSLocalNotification
链接1
链接2