我可以知道是否有任何集合视图的委托方法可用于设置集合视图中特定单元格的左右边距?
我发现如下,
- (UIEdgeInsets)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
{ // my code here }
这是为了控制集合视图中所有单元格的左右、上、下边距。我可以知道是否有任何集合视图的委托功能可以像
UITableView heightForRowAtIndexPath?