iOS:add ScrollViewDelegate for scroller,list and flowlayout

This commit is contained in:
pengfei.zhou
2020-02-13 15:36:01 +08:00
committed by osborn
parent 9086b6b13d
commit 565998c763
8 changed files with 28 additions and 2 deletions

View File

@@ -21,10 +21,12 @@
//
#import <Foundation/Foundation.h>
#import "DoricSuperNode.h"
#import "DoricScrollViewDelegate.h"
@interface DoricScrollView : UIScrollView
@property(nonatomic, strong) UIView *contentView;
@end
@interface DoricScrollerNode : DoricSuperNode<DoricScrollView *>
@property(nonatomic, weak, nullable) id <DoricScrollViewDelegate> delegate;
@end