美文网首页
The behavior of the UICollection

The behavior of the UICollection

作者: 松龄学编程 | 来源:发表于2020-06-14 10:55 被阅读0次

这里遇到的问题是, layout.estimatedItemSize = UICollectionViewFlowLayout.automaticSize
UICollectionViewFlowLayout.automaticSize 默认的高度是50,如果collectionview 的高度设置低于 autosize会报警告。实际无害,但是警告还是要清理的。清理警告的方法是,不使用automaticSize,使用自己已经的高度,比如知道高度为30,设置为30 和 collectionview高度一致

建议不要修改。修改后,碰到了系统的bug,reloaddata会卡死页面。建议保留这个警告

相关文章

网友评论

      本文标题:The behavior of the UICollection

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