Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ let consoleManager = LCManager.shared

## **Usage**
Once prepared, the consoleManager can be used throughout your project.
```swift

```swift
// Activate the console view.
consoleManager.isVisible = true

Expand All @@ -46,3 +46,8 @@ consoleManager.copy()
// Change the console view font size.
consoleManager.fontSize = 5
```

```swift
// Hide the Debug menu.
consoleManager.showDebugMenu = false
```
Loading