使用UITableView的代理方法即可:
- (void)tableView:(UITableView *)tableView didEndDisplayingCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath*)indexPath NS_AVAILABLE_IOS(6_0);
使用UITableView的代理方法即可:
- (void)tableView:(UITableView *)tableView didEndDisplayingCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath*)indexPath NS_AVAILABLE_IOS(6_0);
本文标题:检测cell是否划出屏幕
本文链接:https://www.haomeiwen.com/subject/uiytyttx.html
网友评论