You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertViewIntrospection(of:PlatformNavigationSplitView.self){ spies in
57
-
letspy=spies[0]
58
-
41
+
@available(iOS 16, macOS 13,*)
42
+
@available(tvOS, introduced:16, obsoleted:18)
43
+
@Testfunc introspectAsAncestor()asyncthrows{
44
+
tryawaitintrospection(of:PlatformNavigationSplitView.self){ spy in
59
45
// NB: columnVisibility is explicitly set here for ancestor introspection to work, because initially on iPad the sidebar is hidden, so the introspection modifier isn't triggered until the user makes the sidebar appear. This is why ancestor introspection is discouraged for most situations and it's opt-in.
0 commit comments