FWDrawerView
@interface FWDrawerView : NSObject
抽屉拖拽视图
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithView:(UIView *)view; -
Unavailable
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE; -
Undocumented
Declaration
Objective-C
@property (nonatomic) UISwipeGestureRecognizerDirection direction -
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, strong) NSArray<NSNumber *> *positions -
Undocumented
Declaration
Objective-C
@property (nonatomic) CGFloat kickbackHeight -
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, copy) void (^callback -
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL enabled -
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL autoDetected -
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, weak) UIScrollView *scrollView -
Undocumented
Declaration
Objective-C
@property (nonatomic, weak, readonly) UIView *view -
Undocumented
Declaration
Objective-C
@property (nonatomic, weak, readonly) UIPanGestureRecognizer *gestureRecognizer -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat position -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat openPosition -
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat closePosition -
Undocumented
Declaration
Objective-C
- (void)setPosition:(CGFloat)position animated:(BOOL)animated; -
Undocumented
Declaration
Objective-C
- (void)scrollViewDidScroll:(UIScrollView *)scrollView;
FWDrawerView Class Reference