UICollectionView内容插入与布局边距?

时间:2019-12-26 16:35:41

标签: ios swift uicollectionview

我对UICollectionView文档的插图与边距不完全了解。使用UICollectionViewFlowLayout时,有一个名为sectionInsetReference的属性,可以是:

.fromContentInset
.fromSafeArea
.fromLayoutMargins

UICollectionViewFlowLayout文档和UICollectionViewLayout文档(其超类)中,在流布局文档中仅提及空白处的空白:

  

sectionInset:用于在部分中布置内容的边距

如果sectionInset是用于布局的边距,则.fromLayoutMargins必须引用节插图。那么.fromContentInset引用了什么?因为当我使用.fromContentInset时,它似乎是在引用节插图。那么.fromLayoutMargins所引用的这些神秘的布局边距是什么,我该如何编辑它们?

0 个答案:

没有答案