RFQuiltLayout水平从顶部和标题中删除空格

时间:2013-11-17 14:29:39

标签: ios iphone ipad

enter image description here我需要从顶部和标题中删除空格,并且需要在RFQuiltLayout集合视图中使用完整空间,但我不知道该怎么做。是否有任何属性或委托方法要做? / p>

另外我不确定如何调整单元格的大小,因为它离开边界如何修复它?

我试过这个

- (UIEdgeInsets)insetsForItemAtIndexPath:(NSIndexPath *)indexPath
{
    return UIEdgeInsetsMake(0, 0, 0, 0);  //top, left, bottom, right
}

但没有帮助我

0 个答案:

没有答案