iOS:下拉刷新控件UIRefreshControl的详解

下拉刷新控件:UIRefreshControl 1、具体类信息:  @interface UIRefreshControl : UIControl //继承控制类 - (instancetype)init; @property (nonatomic, readonly, getter=isRefreshing) BOOL refreshing; //是否可以刷新 @property (nonato
相关文章
相关标签/搜索