UITextView的电话号码检测导致UITableView崩溃

发布于 2024-11-05 05:54:30 字数 161 浏览 0 评论 0原文

我有一个简单的 UITableView,其每个单元格都包含一个 UITextView 来显示电话号码。如果我慢慢滚动表格,一切都会按预期进行,电话号码会变成链接。如果我快速滚动表格,它就会崩溃。同样,如果我关闭文本视图的电话号码检测,它会正常工作。有谁知道我可以做些什么来使电话号码检测在表格视图中正常工作?

I have a straightforward UITableView whose cells each contain a UITextView to display a phone number. If I scroll the table slowly, everything works as expected and the phone numbers turn into links. If I scroll the table quickly, it crashes. Similarly, if I turn off Phone Number Detection for the text view, it works normally. Does anyone know what I can do to make Phone Number Detection work properly in a table view?

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

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

发布评论

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

评论(1

高速公鹿 2024-11-12 05:54:30

您可能需要查看代码,了解如何将 UITextView 放在 UITableViewCell 上。

而且,您可能需要重复使用您的细胞。

You might need to look down into your code on how did you put the UITextView on the UITableViewCell.

And also, you might need to reuse your cells.

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