CollectionView添加头尾部

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CollectionView添加头尾部相关的知识,希望对你有一定的参考价值。

 //上下拉头尾部

    self.collectionView.footer = [MJRefreshBackNormalFooter footerWithRefreshingTarget:self refreshingAction:@selector(footRequestMore)];

    self.collectionView.header = [MJRefreshNormalHeader headerWithRefreshingTarget:self refreshingAction:@selector(headRefreshData)];

 

以上是关于CollectionView添加头尾部的主要内容,如果未能解决你的问题,请参考以下文章

单元格获取其前一个单元格的索引 - Tableview 内的 Collectionview

iOS核心笔记——UICollectionView-辅助视图

静态的html,怎么共用头部和尾部?

如何向php数组中头部和尾部添加元素

collectionview admob ios中的横幅广告

CollectionView - 致命错误:索引超出范围 - 比视图显示的单元格多