onTapGesture action on a Text moving with animation – Ios swift
I am trying to implement an action on tap gesture on a Text which is moving with animation using SwiftUI. When the Text is moving, the tap gesture seems to register only when I tap at the final destination of…