Skip to content

A small library for displaying taps on the screen (including active elements) for testing and debugging iOS applications

License

Notifications You must be signed in to change notification settings

Dmitriy-Gonchar/ScreenTouches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenTouches

A small library for displaying taps on the screen (including active elements) for testing and debugging iOS applications

Use:

To start displaying taps:

ShowTouches.show = true

or if needed to customize for better visibility (color and size):

ShowTouches.show(with: .white, size: 32)

To stop:

ShowTouches.show = false

About

A small library for displaying taps on the screen (including active elements) for testing and debugging iOS applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages