This commit is contained in:
Lois Di Qual 2019-12-02 18:00:48 -08:00
parent 32ee7c178d
commit 981243d5bf
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ extension View {
))
}
/// Finds a `UIDatePicker` from a `SwiftUI.DatePicker`
/// Finds a `UISegmentedControl` from a `SwiftUI.Picker` with style `SegmentedPickerStyle`
public func introspectSegmentedControl(customize: @escaping (UISegmentedControl) -> ()) -> some View {
return inject(IntrospectionView(
selector: { introspectionView in