模仿QQ橡皮筋的刷新控件 LPRefresh
- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/SwiftLiu/LPRefresh
- 软件文档: https://github.com/SwiftLiu/LPRefresh
软件介绍
LPRefresh是一款模仿QQ橡皮筋刷新的控件,动画流畅、渲染高效。UIScrollView延展,只需一行代码。
初始化
// UIScrollView延展,UITableView也可用 @interface UIScrollView (LPRefresh) ///添加刷新事件 - (void)addRefreshWithBlock:(void (^)())block;
结束刷新
///刷新成功 - (void)endRefreshingSuccess; ///刷新失败 - (void)endRefreshingFail;
Programming Python
Mark Lutz / O'Reilly Media / 2006-8-30 / USD 59.99
Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of chan......一起来看看 《Programming Python》 这本书的介绍吧!
