
Picker and segmented control in SwiftUI on iOS
Picker is used for presenting a selection consisting of multiple options. UISegmentedControl which is known from UIKit is just a different picker style in SwiftUI. Let’s take a quick look… Read more Picker and segmented control in SwiftUI on iOS →