OStack程序员社区-中国程序员成长平台

标题: ios - 如何添加几个 UICollectionReusableView [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 02:28
标题: ios - 如何添加几个 UICollectionReusableView

我有两个不同的 View 需要在 UICollectionView 中实现。我的问题是如何使用 Storyboard 向 UICollectionView 添加两个 UICollectionReusableView?

例如我可以将它添加为源代码:

[self.collectionView registerClass:[HeaderView class] forSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier"HeaderView"];

Storyboard中还有另一个标题,

但是如何将两个 UICollectionReusableView 添加到 Storyboard 并配置它们。



Best Answer-推荐答案


将它们拖到文档大纲中:

enter image description here

关于ios - 如何添加几个 UICollectionReusableView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26206800/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4