You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting UITapGestureRecognizer in MessagesCollectionView, if the delaysTouchesBegan of UITapGestureRecognizer is true, the highlighting/touching of UIButton on the cell will be delayed by 3 seconds.
I hope to set a unique value for the name attribute of UITapGestureRecognizer
So I can find the UITapGestureRecognizer for the MessageCollectionView
Then modify the delaysTouchesBegan of UITapGestureRecognizer, or delete it