-
Notifications
You must be signed in to change notification settings - Fork 402
Closed
Description
public func introspectSplitViewController(customize: @escaping (UISheetPresentationController) -> ()) -> some View {
inject(UIKitIntrospectionViewController(
selector: { introspectionViewController in
// Search in ancestors
if let sheetPresentationController = introspectionViewController.sheetPresentationController {
return sheetPresentationController
}
// Search in siblings
return Introspect.previousSibling(containing: UISheetPresentationController.self, from: introspectionViewController)
},
customize: customize
))
}error Type of expression is ambiguous without more context
Metadata
Metadata
Assignees
Labels
No labels