Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始搞乱 UICollectionViews 和布局。我想知道如何完成以下任务:
点击位于第二行的单元格,中间列会将该单元格展开到您看到的红色框架中。这样做基本上会切换单元格(我想可以这样做吗?),而其他单元格则用他新添加的单元格重新定位。
有任何想法吗?PS:描述这一点的最佳方式是 Twitter #music 在点击时执行单元格动画的方式。
有一些自定义单元格,例如 uiTableView
上
cellForRowAtIndexPath == 4
让单元格看起来像你想要的那样,设置这个单元格的布局和高度!
就像普通的 uiTableView 一样使用