UITextView的电话号码检测导致UITableView崩溃
我有一个简单的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要查看代码,了解如何将 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.