标签: swift uicollectionview uinavigationbar
我的UICollectionView和导航栏下面的相应单元有很多问题。首先,当视图第一次加载时,顶部似乎有一些额外的空间。但是当我向下滚动一点(而不是完全滚动)时,它会调整到正常高度。查看以下图片,了解我的意思。 this is what I see when i first open the view controller
after a little scroll, not a full one (There are 10 cells in this VC), i see this. Why is this happening?
答案 0 :(得分:0)
在您的视图控制器中,取消选中调整滚动视图插入
答案 1 :(得分:0)
转到视图控制器中的情节提要板上,选择collectionView,然后从侧窗格中选择“大小检查器”,其中有一个将其设置为“从不”的内容插图选项。