FWImageCropScrollView
@interface FWImageCropScrollView : UIScrollView
@property (nullable, nonatomic, copy) void (^touchesBegan)(void);
@property (nullable, nonatomic, copy) void (^touchesCancelled)(void);
@property (nullable, nonatomic, copy) void (^touchesEnded)(void);
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, copy) void (^touchesBegan -
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, copy) void (^touchesCancelled -
Undocumented
Declaration
Objective-C
@property (nullable, nonatomic, copy) void (^touchesEnded
FWImageCropScrollView Class Reference