ios - 在 UI 本地通知中允许的最大字符数
<p><p><code>UILocalNotification</code>的<code>alertBody</code>中允许的最大字符数?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p><code>alertBody</code> 没有明确的限制。如果文本长于可用空间,系统将相应地截断它。另外,请记住 <code>UILocalNotification</code> 在 iOS 10 中已弃用(您必须使用 <code>UserNotifications</code> 框架)。</p></p>
<p style="font-size: 20px;">关于ios - 在 UI 本地通知中允许的最大字符数,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/40930923/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/40930923/
</a>
</p>
页:
[1]