79583132

Date: 2025-04-20 07:37:20
Score: 1
Natty:
Report link
 func body(content: Content) -> some View {
        if #available(iOS 18, *) {
            content
                .onScrollGeometryChange(for: CGFloat.self, of: \.contentSize.height) {
                    if $1 > 0 {
                        height = $1
                    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Huynh Tinh Sao