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
Is the stackview enabled for touch ? Try to set Userinteraction Parameter
cell.fstackView.isUserInteractionEnabled = true