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
Building a contact list using SwiftUI has many challenges. One challenge is...