这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath];
将为您提供 tableView 内容中的坐标。如果要转换为父 View 的坐标,请使用
CGRect rect = [tableView convertRect:rectInTableView toView:[tableView superview]];
除了上一行。
关于ios - 在表格 View 中获取点击单元格(附件按钮)的位置,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/23702588/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |