Im attempting to add a UITapGesture to a UIStackView within a collectionView cell but each time I do my app crashes. (All IBOutlets are co
UITapGesture
UIStackView
IBOutlets
Set the gesture recognizer in the main thread:
DispatchQueue.main.async { self.view.gestureRecognizers = [self.tapGestureRecognizer] }