上拉和下拉刷新开发包 SDRefreshView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/gsdios/SDRefreshView
- 软件文档: https://github.com/gsdios/SDRefreshView
软件介绍
SDRefreshView
简单易用的上拉和下拉刷新(多版本细节适配)
1.导入主头文件
#import "SDRefresh.h"
2.创建并设置 (只需3步)
SDRefreshHeaderView *refreshHeader = [SDRefreshHeaderView refreshView];
[refreshHeader addToScrollView:目标tableview]; // 加入到目标tableview
[refreshHeader addTarget: refreshAction:加载内容的方法] 或者 refreshHeader.beginRefreshingOperation = ^{} 任选其中一种即可
PS:
-
如果需要一进入就自动加载一次数据,请调用[refreshHeader beginRefreshing];
-
默认是在navigationController环境下,如果不是在此环境下,请设置 refreshHeader.isEffectedByNavigationController = NO;
Introduction to the Design and Analysis of Algorithms
Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00
Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!
