Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 368 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 368 Bytes

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