TouchVisualizer icon indicating copy to clipboard operation
TouchVisualizer copied to clipboard

Lightweight touch visualization library in Swift. A single line of code and visualize your touches!

Results 15 TouchVisualizer issues
Sort by recently updated
recently updated
newest added

**Issue** If `Visualizer.sharedInstance` is not invoked before app is active, calling `start` function won't work. This is because the swizzling relies on the `appBecomeActive` notification, and the notification registration is...

I have a triple/triple click easter egg I use to toggle this on/off. It's great for making instructional videos. I find that the first time it gets turned on, it...

I have been working on to show the touch visualizer on the video I recorded with ReplayKit but it is not showing any touch at all. What could be the...

I feel dumb for asking this, since the instructions are so easy. I copied the Pod folder to my project (wanted to do a manual installation). Went to the AppDelegate.swift...

I added TouchVisualizer to my app, but it crashes in some situations. Unfortunately, XCode does not tell much about any reasons (```libc++abi.dylib: terminating with uncaught exception of type NSException```). The...

An NSTimer is not the optimal way to draw stuff to the screen that needs to refresh every frame. CADisplayLink is way better. It always fires immediately prior to the...

How can I get touch positions(x and y) from Visualizer?