Skip to content

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

Notifications You must be signed in to change notification settings

Amzd/TouchChaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👈 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

*Gifs might not play in full speed on all browsers

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages