feat:Add Complext Demo

This commit is contained in:
pengfei.zhou
2019-12-03 09:27:20 +08:00
parent 2e96912a99
commit 6d86b8cfeb
3 changed files with 10 additions and 4 deletions

View File

@@ -69,6 +69,9 @@ - (BOOL)requestFromSubview:(UIView *)subview {
}
- (void)layoutSelf:(CGSize)targetSize {
if (self.contentOffset.y != 0) {
return;
}
self.width = targetSize.width;
self.height = targetSize.height;
[self.headerView also:^(UIView *it) {