iOS: Scroller support fit width or height

This commit is contained in:
pengfei.zhou
2022-08-25 14:19:08 +08:00
committed by osborn
parent 0c868f095d
commit 55efff976a
4 changed files with 114 additions and 49 deletions

View File

@@ -23,9 +23,5 @@
#import "DoricSuperNode.h"
#import "DoricScrollableProtocol.h"
@interface DoricScrollView : UIScrollView
@property(nonatomic, strong) UIView *contentView;
@end
@interface DoricScrollerNode : DoricSuperNode<DoricScrollView *> <DoricScrollableProtocol>
@end