在tableview objective-c中对齐行中心的单元格

时间:2016-02-22 16:10:25

标签: ios objective-c tableview uicollectionviewcell

我是android开发人员,我有一些动态的tableview。在android

中看起来像这样

enter image description here

但是在ios项目上看起来是这样的:

enter image description here

如您所见,单元格与左边缘对齐

我如何将ios中的细胞居中,就像Android版本一样?

我会发布代码,但是

-(UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath

是巨大的

1 个答案:

答案 0 :(得分:1)

您需要实施

- (UIEdgeInsets)collectionView:(UICollectionView *)collectionView
                    layout:(UICollectionViewLayout *)collectionViewLayout
    insetForSectionAtIndex:(NSInteger)section