Skip to main content
3
results
Andrew Fletcher
Struggling to hide the SwiftUI separators in a List or Form?    The challenge Creating the following form, separation lines appeared between NameLayout, FinalPhoto, RawPhoto, ApertureLayout and SubmitButton. var body: some View { GeometryReader { geometry in Form { // layout elements NameLayout() FinalPhoto() RawPhoto() ApertureLayout() SubmitButton() } } }   What was...
Andrew Fletcher
The purple warning notification of annoyance recently came my way!  I...
Andrew Fletcher
Ha you have read it before, one of those throw away lines that is written "just...