Skip to content

v1.0.0 — TouchIndicator initial release

Choose a tag to compare

@98chimp 98chimp released this 03 Sep 15:46
· 6 commits to main since this release

Added

  • TouchIndicator.enable(configuration:allowInAppStore:) / disable() / isEnabled.
  • Window-level UIGestureRecognizer observer 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.
  • Configuration for colour (defaults to the host tint / AccentColor), diameter and border colour.
  • Demo app under Example/.