SkillAgentSearch skills...

TouchChaser

A touch indicator similar to the "Slide to Type" aka QuickPath swipe indicator on iOS 13+. Built with and for SwiftUI.

Install / Use

/learn @Amzd/TouchChaser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

👈 TouchChaser

A touch indicator similar to the "Slide to Type" aka QuickPath swipe indicator on iOS 13+. Built with and for SwiftUI.

It's not an exact match but it's pretty close.

Features

  • Independent: Does not interfere with DragGestures
  • Configurable: Choose when you want to show TouchChaser; in debug, when recording or always.
  • Simple: Just attach it to your view and don't worry about the rest

Example

There is an example project included but it boils down to this;

VStack {
    Text("TouchChaser")
        .font(.title)
        .bold()
        .padding(.top, 50)
    Text("by Amzd")
        .font(.subheadline)
        .opacity(0.6)
        .padding(.top, 5)
    Spacer()
}.addTouchChaser(.always)

| QuickPath | TouchChaser | | -------------------------------------- | -------------------------------------- | | <img src="Images/QuickPath.gif" width="100%"> | <img src="Images/TouchChaser.gif" width="100%"> |

*Gifs might not play in full speed on all browsers

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated8d ago
Forks2

Languages

Swift

Security Score

80/100

Audited on Mar 27, 2026

No findings