UI基础 - UICollectionView 03:瀑布流
摘要:
■ 简言 1. 实现瀑布流的方式有很多种,但是比较简单的是通过 UICollectionView 实现。瀑布流最重要的是布局:就是要选取最短的那一列来布局 2. 我们知道 UICollectionView 的相关的设置都是由 UICollectionViewLayoutAttributes 来完成的 阅读全文
posted @ 2024-01-08 18:21 低头捡石頭 阅读(328) 评论(0) 推荐(0) 编辑