添加homeheadView

This commit is contained in:
2025-11-07 14:21:03 +08:00
parent f0542c11c8
commit 074596ebcb
7 changed files with 356 additions and 11 deletions

View File

@@ -72,7 +72,7 @@
}
- (PanModalHeight)shortFormHeight {
return PanModalHeightMake(PanModalHeightTypeContent, self.minHeight ?: 300);
return PanModalHeightMake(PanModalHeightTypeMaxTopInset, self.minHeight);
}
- (PanModalHeight)longFormHeight {