0

当 UICollectionViewCell 即将从超级视图滚出(将排队)时,我如何获得通知?在该单元排队之前,我需要从该单元中退出FirstResponder。

4

1 回答 1

2

关于委托方法UICollectionViewDelegate

- (void)collectionView:(UICollectionView *)collectionView didEndDisplayingCell:(UICollectionViewCell *)cell forItemAtIndexPath:(NSIndexPath *)indexPath
于 2013-07-19T14:38:25.203 回答