如何在 CollectionView 中添加 SearchBar? [关闭]
Posted
技术标签:
【中文标题】如何在 CollectionView 中添加 SearchBar? [关闭]【英文标题】:How to add SearchBar in CollectionView? [closed] 【发布时间】:2014-08-23 10:04:48 【问题描述】:尝试添加标题SearchBar CollectionView,却报错:
非法配置:连接“searchBar”不能有原型 对象作为其目的地。
【问题讨论】:
什么时候出现这个错误? 【参考方案1】:像这样安排您的视图及其相关的委托方法。
【讨论】:
【参考方案2】:尝试在集合视图上方添加“searchBar”,而不是在集合视图的标题上。想想如果collectionView有多个部分,滚动collectionView时肯定会出现问题,因此您需要将searchBar添加到collectionView的上方而不是它的标题上。
【讨论】:
以上是关于如何在 CollectionView 中添加 SearchBar? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
如何在 collectionView 单元格中添加可滚动视图
如何在 CollectionView 中添加业务逻辑? [关闭]
如何在 CollectionView 中添加 SearchBar? [关闭]
如何通过 indexPath 在水平 collectionView 中动态添加视图/图层