Releases: 98ChimpInc/touch-indicator-ios-sdk
Releases · 98ChimpInc/touch-indicator-ios-sdk
Release list
v1.0.2 — MIT licence and Swift Package Index
v1.0.1 — Quick taps read at full strength
Fixed
- Quick taps read faint: the indicator now starts at 30% alpha and holds 0.1s after lift before fading, matching the reference implementation. (#3)
v1.0.0 — TouchIndicator initial release
Added
TouchIndicator.enable(configuration:allowInAppStore:)/disable()/isEnabled.- Window-level
UIGestureRecognizerobserver that never consumes touches (no swizzling). - Indicators on every visible window, including windows UIKit creates for sheets and alerts.
- Build-environment gate: allowed in DEBUG and TestFlight, refused in App Store unless
allowInAppStore: true. Configurationfor colour (defaults to the host tint /AccentColor), diameter and border colour.- Demo app under
Example/.