如何获得UITableViewCell 在屏幕中的位置

2016-11-07  本文已影响52人  奋斗的蜗牛
CGRect rectInTableView = [tableView rectForRowAtIndexPath:indexPath];
CGRect rectInSuperview = [tableView convertRect:rectInTableView toView:[tableView superview]];
上一篇 下一篇

猜你喜欢

热点阅读