我是android开发人员,我有一些动态的tableview。在android
中看起来像这样但是在ios项目上看起来是这样的:
如您所见,单元格与左边缘对齐
我如何将ios中的细胞居中,就像Android版本一样?
我会发布代码,但是
-(UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cellForItemAtIndexPath:(NSIndexPath *)indexPath
是巨大的
答案 0 :(得分:1)
您需要实施
- (UIEdgeInsets)collectionView:(UICollectionView *)collectionView
layout:(UICollectionViewLayout *)collectionViewLayout
insetForSectionAtIndex:(NSInteger)section