LocalConsole
In-app console and debug tools for iOS developers
Install / Use
/learn @duraidabdul/LocalConsoleREADME
LocalConsole
Welcome to LocalConsole! This Swift Package makes on-device debugging easy with a convenient PiP-style console that can display items in the same way print() will in Xcode. This tool can also dynamically display view frames and restart SpringBoard right from your live app.
Setup
-
In your Xcode project, navigate to File > Swift Packages > Add Package Dependancy...
-
Paste the following into the URL field: https://github.com/duraidabdul/LocalConsole/
-
Once the package dependancy has been added, import LocalConsole and create an easily accessible global instance of
LCManager.shared.
import LocalConsole
let consoleManager = LCManager.shared
Usage
Once prepared, the consoleManager can be used throughout your project.
// Activate the console view.
consoleManager.isVisible = true
// Deactivate the console view.
consoleManager.isVisible = false
// Print items to the console view.
consoleManager.print("Hello, world!")
// Clear console text.
consoleManager.clear()
// Copy console text.
consoleManager.copy()
// Change the console view font size.
consoleManager.fontSize = 5
Related Skills
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.5kCommit, push, and open a PR
