We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3c2d3 commit de17c14Copy full SHA for de17c14
README.md
@@ -27,7 +27,10 @@ https://github.com/Mx-Iris/SystemSettingsNavigator.git
27
import SystemSettingsNavigator
28
29
// Example: Open the Accessibility pane audio tab
30
-try SystemSettingsNavigator.shared.navigate(to: .accessibility(.audio))
+// AppKit
31
+NSWorkspace.shared.openSystemSettings(.accessibility(.audio))
32
+// UIKit
33
+UIApplication.shared.openSystemSettings(.accessibility(.audio))
34
```
35
36
## Contributing
0 commit comments