CGRect cellRect = [tableView rectForRowAtIndexPath:indexPath];
BOOL completelyVisible = CGRectContainsRect(tableView.bounds, cellRect);
CGRect cellRect = [tableView rectForRowAtIndexPath:indexPath];
BOOL completelyVisible = CGRectContainsRect(tableView.bounds, cellRect);
本文标题:判断某一行cell是否在屏幕可视范围内
本文链接:https://www.haomeiwen.com/subject/znrauxtx.html
网友评论