File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
1717npm install @nativescript/debug-ios -D
@@ -25,6 +25,16 @@ import { NativeScriptDebugIOS } from '@nativescript/debug-ios'
2525NativeScriptDebugIOS .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
3040Apache License Version 2.0
You can’t perform that action at this time.
0 commit comments