MKMapView默认注释标题和副标题的长度限制

发布于 2024-12-02 16:13:27 字数 173 浏览 1 评论 0原文

尝试弄清楚 MKMapView 的标准注释视图中可以显示的字符数是否存在硬性限制。我不想自定义此视图,而且我也不希望省略号 (...) 显示在我的标题和副标题中。

标题和副标题的字符串长度限制是多少?

或者,如果没有“硬”限制,

我如何计算我的字符串是否会在后面加上省略号(...)?

Trying to figure out if there is a hard limit to the number of characters you can display in the standard annotation view for a MKMapView. I dont want to customize this view, and I also dont want the ellipses (...) to show up in my title and subtitle.

What is the limit to the length of a string for both the title and subtitle?

or, if there is no 'hard' limit,

How can I calculate whether or not my string will be post-pended with an ellipses (...)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怎言笑 2024-12-09 16:13:27

我认为下面的屏幕截图最能说明地图视图上有多少空间:

在此处输入图像描述

分辨率似乎宽度是限制你的因素。

标题:32 个字符*
副标题:48 个字符*
** 在三个点出现之前。*

(我必须承认我创建了一个小助手 来完成此操作。这可能就是为什么没有省略号覆盖这些点)。

华泰

I think following screenshot demonstrates best how much space there is on the mapview:

enter image description here

It seems like the resolution width is what limits you there.

Title: 32 Characters*
Subtitle: 48 Characters*
** Before the three dots show up.*

(I have to admit that I created a small helper <MKAnnotation> to accomplish this. That might be why there are no ellipses covering up the dots).

HTH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文