feat:step5
This commit is contained in:
@@ -45,10 +45,6 @@ - (void)layoutSelf:(CGSize)targetSize {
|
||||
[self setContentSize:self.contentView.frame.size];
|
||||
}
|
||||
|
||||
- (CGSize)measureSize:(CGSize)targetSize {
|
||||
CGSize size = [super measureSize:targetSize];
|
||||
return CGSizeMake(MIN(targetSize.width, size.width), MIN(targetSize.height, size.height));
|
||||
}
|
||||
@end
|
||||
|
||||
@interface DoricScrollerNode ()
|
||||
|
Reference in New Issue
Block a user