如何获取TableView中选定的UITableViewCell的原点?

发布于 2025-01-06 16:56:49 字数 260 浏览 0 评论 0原文

当 tableView 滚动时,很难通过以下方式知道它在屏幕上的当前位置 选择之前的所有行的乘法 heightForRowAtIndex。

还有其他方法可以获取tableView屏幕选定的tableViewCellY坐标吗? 我尝试获取单元格框架或边界,但在 didSelectRowAtIndexPath 方法中获取 (0,0,0,0) 矩形。

As the tableView is scrolling it is difficult to know its current position on the screen by
multiplication heightForRowAtIndex for all rows before selected.

Is there other way to get Y coordinate of selected tableViewCell in the tableView or in the screen?
I try to get cell frame or bounds , but get (0,0,0,0) rectangle in didSelectRowAtIndexPath method.

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

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

发布评论

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

评论(1

无声情话 2025-01-13 16:56:49

当scrollView滚动时,其上的位置不会改变,
实际上是内容视图移动了。

Tableview 是一种滚动视图。您可以获得一个属性“contentOffset”,这可能会对您有所帮助。

When the scrollView is scrolling, position of what on it is not changed,
In fact is the content view moved.

Tableview is a kind of scrollview. You can get a property "contentOffset", that may help you.

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