我有两个不同的视图,需要在UICollectionView中实现。我的问题是,如何使用故事板向UICollectionView添加两个UICollectionReusableView?
例如,我可以将其添加为源代码:
[HeaderView注册表class :HeaderView类forSupplementaryViewOfKind:UICollectionElementKindSectionHeader withReuseIdentifier:@"HeaderView"];
并且在故事板中也有另一个标题,
但是我如何将两个UICollectionReusableView添加到故事板并对其进行配置。
发布于 2014-10-06 06:50:46
将它们拖到文档大纲中:

https://stackoverflow.com/questions/26206800
复制相似问题