SDRefreshView icon indicating copy to clipboard operation
SDRefreshView copied to clipboard

简单易用的上拉和下拉刷新(多版本细节适配)。Pull To Refresh.

Results 8 SDRefreshView issues
Sort by recently updated
recently updated
newest added

增加多个自定义属性,例如:显示文本,图标等

点个按钮或者自动下拉帅新 请问该文档中有封装这类方法吗

Cell数量差不多快到底部就显示上拉加载最新数据了. 有什么方法可以设置为不显示么?

关于navigationController返回自动刷新问题,SDRefreshHeaderView定义为成员变量或实例变量,都无法使用beginRefreshing自动刷新,只有demo中为方法的成员变量能够正常刷新,但是不可能每次返回都调用setupHeader

用UICollectionView 我掉用 [refreshHeader beginRefreshing]; 这个方法,但是好像不行,

- (void)dealloc { [_scrollView removeObserver:self forKeyPath:SDRefreshViewObservingkeyPath]; } **\* Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer for the key path "contentOffset" from because it is not...

SDRefreshFooterView * footerRefresh = [SDRefreshFooterView refreshView]; [footerRefresh addToScrollView:self.mvvmTableView]; [footerRefresh addTarget:self refreshAction:@selector(refreshUI)];