CGRect rectInTableView = [_tableView rectForSection:3];
CGRect rect = [_tableView convertRect:rectInTableView toView:[_tableView superview]];
CGRect rectInTableView = [_tableView rectForSection:3];
CGRect rect = [_tableView convertRect:rectInTableView toView:[_tableView superview]];
本文标题:iOS 获取section相对于tableView父视图的坐标
本文链接:https://www.haomeiwen.com/subject/xwkhhltx.html
网友评论