Skip to content

museapphq/TouchCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TouchCounter

A lightweight Swift package that tracks the number of active direct touches on the screen in real-time.

Features

  • Tracks number of simultaneous direct touches
  • Thread-safe with @MainActor protection
  • Minimal performance impact using method swizzling
  • Simple singleton API

Installation

Add this package to your Xcode project using Swift Package Manager:

dependencies: [
    .package(url: "https://github.com/museapphq/TouchCounter", branch: "main")
]

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages