模仿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;
Effective Java: Second Edition
Joshua Bloch / Addison-Wesley / 2008-05-28 / USD 54.99
Written for the working Java developer, Joshua Bloch's Effective Java Programming Language Guide provides a truly useful set of over 50 best practices and tips for writing better Java code. With plent......一起来看看 《Effective Java: Second Edition》 这本书的介绍吧!
