A tiny tool that highlights touches on screen.
You can add TouchPrinter directly to your project via Xcode.
Or by adding the following line into your Package.swift
dependencies: [
.package(url: "https://github.com/congnd/TouchPrinter.git", from: "1.0.0"),
]Add the following line into your cartfile:
github "congnd/TouchPrinter"
And then run carthage update
Import TouchPrinter and in your AppDelegate.swift's application(_, didFinishLaunchingWithOptions),
add the following line:
TouchPrinter.start()Follow and contact me on Twitter. If you find an issue, just open a ticket. Pull requests are warmly welcome as well.
This library is released under the MIT license. See LICENSE for details.
