Swift - UIButton in UICollectionViewCell not clickable
问题 I currently have a UICollectionViewController to display all my news articles. For my news items, I have created a custom UICollectionViewCell with a small button in the top right corner. The problem is that it is only working when I set my feedCell to isUserInteractionEnabled = true . I only want the newsMenu button to be clickable, not have the whole cell to be selectable. How do I achieve this? override func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: