gpt4 book ai didi

objective-c - 如何知道当前 UITableView 单元格相对于 swift 3.0 中的 UIViewController 的位置?

转载 作者:可可西里 更新时间:2023-11-01 00:21:23 24 4
gpt4 key购买 nike

如何在 swift 3.0 中知道当前 UITableView 单元格相对于 UIViewController 的位置?在我的例子中,我根据我在 Swift 中的要求在 UITableViewCell 上使用带有 UITapGesture 的标签。

最佳答案

这可以通过 convert(_ rect: CGRect, from view: UIView?) 轻松完成。查看更多详情 here .因此,基于此,您可以尝试这样做:

let rect = view.convert(tableView.rectForRow(at: indexPath), from: tableView)

view 是您的 viewController 的 View ,tableView 是包含单元格的 TableView 。

关于objective-c - 如何知道当前 UITableView 单元格相对于 swift 3.0 中的 UIViewController 的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42063374/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com