feat:step3:scrollview

This commit is contained in:
pengfei.zhou
2019-11-27 16:04:43 +08:00
parent af8a455d46
commit 1dabccbe50
4 changed files with 20 additions and 10 deletions

View File

@@ -48,6 +48,11 @@ - (CGSize)sizeThatFits:(CGSize)size {
}
return size;
}
- (void)layoutSelf:(CGSize)targetSize {
[super layoutSelf:targetSize];
[self reloadData];
}
@end