简体   繁体   English

如何为集合视图单元格扩展动画以显示数据标签

[英]how to animate collection view cell expansion to display data labels

I have a collection view with images as in grid and I want to click on an image then display labels and changing remaining cell positions 我有一个包含网格的图像的集合视图,我想单击图像然后显示标签并更改剩余的单元格位置

I am using objective c with iOS 10 please, anybody can help me. 我在iOS 10上使用Objective C,任何人都可以帮助我。

please refer to this link https://www.tumblr.com/login in this we have to log in at the first time there are selections of categories and subcategories 请参考此链接https://www.tumblr.com/login ,我们必须在首次登录时选择类别和子类别

如果要在此站点上实现类似“ https://www.tumblr.com/login ”的页面,则可以使用UIPageViewController而不是UICollectionView因为可以使用动画自定义页面滚动类型。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 动画集合视图单元格中子视图的 alpha - Animate alpha of a subview in a collection view cell 集合视图单元格显示不显示 - collection view cell display not displaying 如果count等于0,如何将API中的显示数据跳过到集合视图单元格 - How to skip display data from API into collection view cell if count equals 0 如何将数据数据从集合视图单元传递到视图控制器 - how to pass data data from collection view cell to view controller xcode如何在数据库的集合视图单元格中显示图像 - xcode how to display images in collection view cell from database Swift UI集合视图-如何在“单元格”中显示“隐藏的”用户输入? - Swift UI Collection View - How to display “segued” user input into Cell? 如何在集合视图单元格上显示coreData(swift4) - how to display coreData on a collection view cell (swift4) 如何设置UICollectionViewCell扩展的动画? - How to animate UICollectionViewCell expansion? 如何通过快速点击集合视图的单元格在表视图中重新加载数据 - How to reload data in table view by tapping the cell of collection view in swift 如何在更改集合视图单元的大小时为其设置内部视图的动画? - How do I animate the inner views of a collection view cell while changing it's size?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM