You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Calling `TinyConsole.set(rootViewController:)` will change the `rootViewController` of `TinyConsoleController` but hold the console content and gesture configurations, which means the text and gesture recognizers of the console view will remain the same.
40
37
41
38
### Gestures
42
39
@@ -47,22 +44,6 @@ By default, the gestures is configured as follows:
47
44
* 3 Finger Tap: Show Action Sheet to `Clear Console` and `Send Mail`
48
45
* Shake to toggle the console view. If you’re using the Simulator, press <kbd>⌃ ctrl</kbd>-<kbd>⌘ cmd</kbd>-<kbd>z</kbd>.
49
46
50
-
To customize the gestures, specify `withDefaultGestureConfiguration` as `false`
> Calling `TinyConsole.useDefaultGestureConfiguration()` will remove all gesture recognizers from console view and add the default gesture recognizers.
0 commit comments