UIScrollView(FWInfiniteScroll)
@interface UIScrollView (FWInfiniteScroll)
UIScrollView+FWInfiniteScroll
-
Undocumented
Declaration
Objective-C
- (void)fw_addInfiniteScrollWithBlock:(void (^)(void))block NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
- (void)fw_addInfiniteScrollWithTarget:(id)target action:(SEL)action NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
- (void)fw_triggerInfiniteScroll NS_REFINED_FOR_SWIFT;
-
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, strong, readonly) FWInfiniteScrollView *fw_infiniteScrollView
-
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat fw_infiniteScrollHeight
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL fw_showInfiniteScroll
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL fw_infiniteScrollFinished