Skip to content

Commit 88e2ff7

Browse files
chore(update-plugins): Fri Apr 3 08:19:01 UTC 2026
1 parent 270f07d commit 88e2ff7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

content/plugins/debug-ios.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ editUrl: https://github.com/NativeScript/plugins/tree/main/packages/debug-ios/RE
1111

1212
# @nativescript/debug-ios
1313

14-
Advanced iOS debugging made possible via [Flex](https://github.com/FLEXTool/FLEX).
14+
Advanced iOS debugging made possible via [DebugSwift](https://github.com/DebugSwift/DebugSwift).
1515

1616
```cli
1717
npm install @nativescript/debug-ios -D
@@ -25,6 +25,16 @@ import { NativeScriptDebugIOS } from '@nativescript/debug-ios'
2525
NativeScriptDebugIOS.show()
2626
```
2727

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+
2838
## License
2939

3040
Apache License Version 2.0

0 commit comments

Comments
 (0)