手指拖拉/拖拽/往下拉动列表更新列表内容。 [Code4App.com]
参考:http://www.oschina.net/p/ssapulltorefresh github: https://github.com/SSA111/SSAPullToRefresh 方法一:使用第三方插件 1. @interface DevicesListController()<SSARefreshControlDelegate> -(void)viewDidLoad{
#====================== 主布局 ================================= wrapper = Ti.UI.createScrollView showVerticalScrollIndicator: true showHorizontalScrollIndicator: false wi
实现上拉刷新/上拉加载效果,可用于实现显示更多内容(show more)的效果。 [Code4App.com]
PullToMakeSoup Custom animated pull-to-refresh that can be easily added to RecyclerView Inspired by this project on dribble Requirements Min SDK version 16 Installing with Gradle In your project level
Pull-to-Refresh.Rentals-iOS 能够便捷地为列表视图提供有趣漂亮的日出等待动画。很适合搭配色彩缤纷的列表视图。 使用方法: #import "YALSunnyRefreshControl.h"@property (nonatomic,strong) YALSunnyRefreshControl *sunnyRefreshControl;- (void)viewDidLoad
Android-Pull-To-Refresh 支持下拉+上拉刷新,支持不需要刷新也可上下拉。
android-Ultra-Pull-to-Refresh 是现在已经停止维护的下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。功能比SwipeRefreshLayout强大。 使用起来非常简单。良好的设计,如果你想定制自己的UI样式,非常简单,就像给ListView加一个Header View那么简单。 支持 API LEVEL >= 8。 效果图: 5.0 Material 风格 2014-12-09 新增。
iOS 6.0的SDK支持下拉刷新的功能,不再需要用到第三方的代码。 [Code4App.com]