美文网首页
为什么用collectionView布局会出现莫名其妙的间距

为什么用collectionView布局会出现莫名其妙的间距

作者: 枫叶1234 | 来源:发表于2018-06-05 09:34 被阅读10次

    以5s为例 320 分别显示 107 107 106
    if ((indexPath.row % 3) == 0) {
    return CGSizeMake((ScreenWidth - (int)(ScreenWidth/3.0) - (int)(ScreenWidth/3.0)), (int)ScreenWidth/3.0);
    }
    return CGSizeMake((int)(ScreenWidth/3.0), (int)ScreenWidth/3.0);

    希望能帮到你

    相关文章

      网友评论

          本文标题:为什么用collectionView布局会出现莫名其妙的间距

          本文链接:https://www.haomeiwen.com/subject/tzxpsftx.html