SwiftUI

SwiftUI 2 DataGrid like Component with LazyVGrid

In Swift UI 2 presented at WWDC 2020, they added a new Component named LazyVGrid. With it and with the help of a GeometryReader...
Sebastian Faltoni
37 sec read

Fix: SwiftUI Button or TapGesture inside ZStack tap area…

While a was developing a prototype UX with SwiftUI I have noticed a strange behavior. A button click or any Element with a onTapGesture,...
Sebastian Faltoni
1 min read