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 270f07d commit 88e2ff7Copy full SHA for 88e2ff7
1 file changed
content/plugins/debug-ios.md
@@ -11,7 +11,7 @@ editUrl: https://github.com/NativeScript/plugins/tree/main/packages/debug-ios/RE
11
12
# @nativescript/debug-ios
13
14
-Advanced iOS debugging made possible via [Flex](https://github.com/FLEXTool/FLEX).
+Advanced iOS debugging made possible via [DebugSwift](https://github.com/DebugSwift/DebugSwift).
15
16
```cli
17
npm install @nativescript/debug-ios -D
@@ -25,6 +25,16 @@ import { NativeScriptDebugIOS } from '@nativescript/debug-ios'
25
NativeScriptDebugIOS.show()
26
```
27
28
+## API
29
+
30
+### `NativeScriptDebugIOS.show()`
31
32
+Shows the DebugSwift debugging UI.
33
34
+### `NativeScriptDebugIOS.toggle()`
35
36
+Toggles the visibility of the DebugSwift debugging UI.
37
38
## License
39
40
Apache License Version 2.0
0 commit comments