79183333

Date: 2024-11-13 03:35:11
Score: 1
Natty:
Report link

You can wrap your view in ScrollView for your content got push up without getting clipped:

ScrollView {
    ZStack(alignment: .top) {
        ...
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: duckSern1108