Skip to main content
4
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
iOS localization on the fly If you have added languages to your app......
Andrew Fletcher
Localization is the process of showing other languages in your app and is...