diff --git a/Sources/Amplitude/Plugins/iOS/UIKitUserInteractions.swift b/Sources/Amplitude/Plugins/iOS/UIKitUserInteractions.swift index 1b90c0d..075742c 100644 --- a/Sources/Amplitude/Plugins/iOS/UIKitUserInteractions.swift +++ b/Sources/Amplitude/Plugins/iOS/UIKitUserInteractions.swift @@ -188,7 +188,7 @@ extension UIView: ActionTrackable { extension UIButton { override var amp_title: String? { currentTitle } - + override func amp_shouldTrack(_ action: Selector, to target: Any?) -> Bool { actions(forTarget: target, forControlEvent: .touchUpInside)?.first == action.description }