How can I display a view when the user selects a type in the wheel picker in SwiftUI?
Asked
Active
Viewed 80 times
0
-
You want the view to change as the user spins the picker? Is this a child view in the same view controller, or are you presenting another view controller? – Duncan C Jan 07 '21 at 20:44
-
Yes. It's a child view in the same view controller! – Joseph Jan 07 '21 at 22:50