Double tap Gesture on UICollectionViewCell?
问题 I want to double tap on the UICollectionViewCell to like the profile just like OkCupid App . I have applied Tap Gesture on Collection View but it does not work. When I try to double tap the cell every time didSelectCollectionViewCell Method call. 回答1: You have to add the double tap gesture recognizer to the collection view instead of the cell. In its action selector you could determine which cell was double tapped override func viewDidLoad() { var doubleTapGesture: UITapGestureRecognizer =