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
Thank you.
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
Thank you.