blog
2014年2月21日星期五
UIRefreshControl on UICollectionView only works if the collection fills the height of the container
http://stackoverflow.com/questions/14678727/uirefreshcontrol-on-uicollectionview-only-works-if-the-collection-fills-the-heig
UICollectionView 的下拉刷新
默认情况下 UICollectionView 在内容不满是,是无法下拉刷新的
所以要设置
self.collectionView.alwaysBounceVertical = YES;
较新的博文
较旧的博文
主页
订阅:
博文 (Atom)