feat:fix Refreshable pulldown and so on
This commit is contained in:
@@ -543,7 +543,7 @@ - (CGSize)targetLayoutSize {
|
||||
width = self.superview.width;
|
||||
}
|
||||
if (self.layoutConfig.heightSpec == DoricLayoutAtMost
|
||||
|| self.layoutConfig.widthSpec == DoricLayoutWrapContent) {
|
||||
|| self.layoutConfig.heightSpec == DoricLayoutWrapContent) {
|
||||
height = self.superview.height;
|
||||
}
|
||||
return CGSizeMake(width, height);
|
||||
|
||||
Reference in New Issue
Block a user