2
允許的最大字符數alertBody
的UILocalNotification
?在UI本地通知允許的最大字符數
允許的最大字符數alertBody
的UILocalNotification
?在UI本地通知允許的最大字符數
alertBody
沒有明確的限制。如果文本長於可用空間,系統將相應地截斷文本。另外,請注意,UILocalNotification
已在iOS 10中棄用(您將不得不使用UserNotifications
框架)。
如果您的目標是iOS 10,請改用UNNotificationRequest,否則不推薦使用UILocalNotification。 https://developer.apple.com/reference/uikit/uilocalnotification –
沒有這樣的限制,但我看到它只顯示256個字符(aplhanumeric,特殊包括)。 –