feat:fix ListView's auto resize height in iOS
This commit is contained in:
@@ -69,6 +69,10 @@ typedef NS_ENUM(NSInteger, DoricGravity) {
|
||||
|
||||
@interface DoricLayoutContainer : UIView
|
||||
@property(nonatomic, assign) DoricGravity gravity;
|
||||
|
||||
- (void)layout:(CGSize)targetSize;
|
||||
|
||||
- (CGSize)sizeContent:(CGSize)size;
|
||||
@end
|
||||
|
||||
@interface DoricStackView : DoricLayoutContainer
|
||||
|
||||
Reference in New Issue
Block a user