Skip to content

Releases: 98ChimpInc/touch-indicator-ios-sdk

v1.0.2 — MIT licence and Swift Package Index

Choose a tag to compare

@98chimp 98chimp released this 04 Sep 22:37

Added

  • MIT licence, Swift Package Index configuration and README badges. (#5)

v1.0.1 — Quick taps read at full strength

Choose a tag to compare

@98chimp 98chimp released this 03 Sep 18:05

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

Choose a tag to compare

@98chimp 98chimp released this 03 Sep 15:46

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/.