UILocalNotification 的alertBody 中允许的最大字符数?
Best Answer-推荐答案 strong>
alertBody 没有明确的限制。如果文本长于可用空间,系统将相应地截断它。另外,请记住 UILocalNotification 在 iOS 10 中已弃用(您必须使用 UserNotifications 框架)。
关于ios - 在 UI 本地通知中允许的最大字符数,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/40930923/
|