UITableViewCells 在触摸时不突出显示

发布于 2024-08-09 00:53:25 字数 152 浏览 3 评论 0原文

我正在对 UITableViewCell 进行子类化并添加两个子视图(图像、UILabel)。

当触摸该行时。没有单元格突出显示表明该单元格已被选中。

我很确定我错过了一些东西,不知道如何处理子类单元格的突出显示。

任何帮助将不胜感激。谢谢。

I'm subclassing UITableViewCell and adding two subviews (image, UILabel).

When the row is touched. There's no cell highlighting indicating the cell was selected.

I'm pretty sure I missed something, not sure how to handle highlighting for subclassed cell.

Any help would be appreciated. Thanks.

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

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

发布评论

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

评论(1

梦里寻她 2024-08-16 00:53:25

如果没有代码,很难为您提供如何修复 UITableViewCell 子类的具体答案。它可能像覆盖处理选择或渲染的方法一样复杂,也可能像在 Interface Builder 中忘记选择 UILabel 的突出显示颜色一样简单。

我所能做的就是向您提供有关Apple的文档 子类化 UITableViewCell

如果这没有帮助,请发布您的子类代码以供社区审查,我相信我自己或某人可以给您一个具体的答案。

Without the code it is hard to give you a specific answer of how to fix your subclass of UITableViewCell. It could be something as complex as overriding a method that deals with the selection or render to something as simple as when you where in Interface Builder you forgot to select the highlight color for your UILabel.

All I can do with the limited information provided is point you to Apple's documentation on Subclassing UITableViewCell.

If this doesn't help please post your subclass code for the community to review and I am sure myself or someone can give you a specific answer.

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