UIScrollView(FWPullRefresh)
@interface UIScrollView (FWPullRefresh)
UIScrollView+FWPullRefresh
-
Undocumented
Declaration
Objective-C
- (void)fw_addPullRefreshWithBlock:(void (^)(void))block NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
- (void)fw_addPullRefreshWithTarget:(id)target action:(SEL)action NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
- (void)fw_triggerPullRefresh NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, strong, readonly) FWPullRefreshView *fw_pullRefreshView
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat fw_pullRefreshHeight
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL fw_showPullRefresh