@interface UIScrollView (PSRefresh) /** * 是否是最后一页 */ @property (nonatomic, assign) BOOL isLastPage; /** * header背景色 */ @property (nonatomic, strong) UIColor *refreshHeaderBackgroundColor; /** * footer背景色 */ @property (nonatomic, strong) UIColor *refreshFooterBackgroundColor; /** * header 字体 */ @property (nonatomic, strong) UIFont *refreshHeaderFont; /** * header 字体颜色 */ @property (nonatomic, strong) UIColor *refreshHeaderTextColor; /** * footer 字体 */ @property (nonatomic, strong) UIFont *refreshFooterFont; /** * footer 字体颜色 */ @property (nonatomic, strong) UIColor *refreshFooterTextColor; /** * ********************** 以下是调用的方法 ********************** */ /** * 普通的刷新及加载 */ - (void)addRefreshHeaderWithClosure:(PSRefreshClosure)closure; - (void)addRefreshFooterWithClosure:(PSRefreshClosure)closure; /** * gif 图刷新及加载(带有状态提示) */ - (void)addGifRefreshHeaderWithClosure:(PSRefreshClosure)closure; - (void)addGifRefreshFooterWithClosure:(PSRefreshClosure)closure; /** * gif 图刷新及加载(不带有状态提示) */ - (void)addGifRefreshHeaderNoStatusWithClosure:(PSRefreshClosure)closure; - (void)addGifRefreshFooterNoStatusWithClosure:(PSRefreshClosure)closure; /** * ****************** 以下三个方法是对上面方法的再次封装 ****************** */ /** * 普通的刷新及加载 */ - (void)addRefreshHeaderWithClosure:(PSRefreshClosure)headerClosure addRefreshFooterWithClosure:(PSRefreshClosure)footerClosure; /** * gif 图刷新及加载(带有状态提示) */ - (void)addGifRefreshHeaderWithClosure:(PSRefreshClosure)headerClosure addGifRefreshFooterWithClosure:(PSRefreshClosure)footerClosure; /** * gif 图刷新及加载(不带有状态提示) */ - (void)addGifRefreshHeaderNoStatusWithClosure:(PSRefreshClosure)headerClosure addGifRefreshFooterNoStatusWithClosure:(PSRefreshClosure)footerClosure; /** * 结束刷新 */ - (void)endRefreshing; @end
- (void)normalDemo {
WeakSelf(self)
[_collectionView addRefreshHeaderWithClosure:^{
// 刷新操作
[weakSelf refreshData];
} addRefreshFooterWithClosure:^{
// 加载操作
[weakSelf loadingData];
}];
}
- (void)normalDemo {
WeakSelf(self)
[_collectionView addRefreshHeaderWithClosure:^{
// 刷新操作
[weakSelf refreshData];
}];
[_collectionView addRefreshFooterWithClosure:^{
// 加载操作
[weakSelf loadingData];
}];
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有