This PR adds support to automatically capture taps on SwiftUI elements that do not fire UIControl action methods.
New property:
[Amplitude] Target Type: The accessibility trait of the UI element that the user interacted with. Possible values are Button, Link, Image, Search Field, Keyboard Key, Static Text, Header, Tab Bar, and Toggle Button.
Checklist
[x] Does your PR title have the correct title format?
Summary
This PR adds support to automatically capture taps on SwiftUI elements that do not fire
UIControl
action methods.New property:
[Amplitude] Target Type
: The accessibility trait of the UI element that the user interacted with. Possible values areButton
,Link
,Image
,Search Field
,Keyboard Key
,Static Text
,Header
,Tab Bar
, andToggle Button
.Checklist