码迷,mamicode.com
首页 > 其他好文 > 详细

CollectionView添加头尾部

时间:2016-02-16 14:45:54      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

 //上下拉头尾部

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

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

 

CollectionView添加头尾部

标签:

原文地址:http://www.cnblogs.com/yyj900165/p/5192444.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!