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.
我想要做的是一个工具栏,就像 Apple 的 Podcasts 应用程序一样工作:
我尝试使用自定义 UICollectionReusableView 并将其用作补充视图,但我不断发现新的错误,这让我想知道这是否是正确的方法。
谢谢!
使用 UICollectionElementKindSectionHeader 是实现 UICollectionView 标头的正确方法。UICollectionView 中存在一个错误,当重新加载具有非零补充视图的部分时,可能会使应用程序崩溃。除非您提供更多信息,否则很难判断这是否是问题所在。
如果是,解决方法是将工具栏放入 UICollectionViewCell 而不是 UICollectionReusableView。