标签: ios apple-push-notifications apple-watch
我咨询了this page,但我没有看到Apple Watch通知标题的最大长度。
注意 - 如果这个问题更适合Ask Different,请告诉我。
答案 0 :(得分:0)
这里有关于它的好帖子:https://developer.apple.com/library/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/TextandLabels.html
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/BasicSupport.html
我认为当文本在一行中达到最大长度时文本会向下移动,所以如果你正在开发一个应用程序,你可以编写长文本并计算有多少个字符:) < / p>