- Fixes warnings about targeting iOS 8 #48
- Adds support for Swift Package Manager (@maxxfrazer)
- Fixes an issue in iPadOS 13.4 when using a pointer, that would show a "stuck" touch view.
- Xcode 11.4/iOS 13.4/Swift 5 support
- Xcode 10/Swift 4.2 support
- Added default option for
fillColor
as.auto
, which derives the color from the stroke color - Default
disppearDelay
changed from0.1
seconds to0.2
seconds - Added snapshot tests using the
PixelTest
framework
- Re-enabled automatic swizzlin'
- Added option to set custom font for multiple tap count
- Added option for custom disappear animations
- Added support for Objective-C projects
- Hides touches when disabling ShowTime
- Fixes optional methods when swizzlin'
- Updated for Swift 4
- Swizzling happens after manually enabling
- Initial release