feat:Prepare to refact DoricLayouts,because it wont be sized corretly for other views like scrollview or tableview

This commit is contained in:
pengfei.zhou
2019-11-27 14:16:55 +08:00
parent 9be891e284
commit fe292f7b7f
3 changed files with 37 additions and 6 deletions

View File

@@ -98,4 +98,6 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
- (CGSize)targetLayoutSize;
- (void)layoutSelf;
- (CGSize)measureSize:(CGSize)targetSize;
@end