模仿QQ橡皮筋的刷新控件 LPRefresh

软件介绍

LPRefresh是一款模仿QQ橡皮筋刷新的控件,动画流畅、渲染高效。UIScrollView延展,只需一行代码。

初始化

// UIScrollView延展,UITableView也可用
@interface UIScrollView (LPRefresh)
///添加刷新事件
- (void)addRefreshWithBlock:(void (^)())block;

结束刷新

///刷新成功
- (void)endRefreshingSuccess;
///刷新失败
- (void)endRefreshingFail;

本文地址:https://codercto.com/soft/d/5913.html

Programming Python

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》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试