wip [skip ci]
This commit is contained in:
parent
fd7f83fe63
commit
93394e4f07
|
@ -187,13 +187,13 @@ extension View {
|
|||
}
|
||||
|
||||
/// Finds a `UIColorWell` from a `SwiftUI.ColorPicker`
|
||||
#if os(iOS)
|
||||
#if os(iOS)
|
||||
@available(iOS 14, *)
|
||||
@available(tvOS, unavailable)
|
||||
public func introspectColorWell(customize: @escaping (UIColorWell) -> ()) -> some View {
|
||||
introspect(selector: TargetViewSelector.siblingContaining, customize: customize)
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue