I need to be able to tell whenever a UIButton has been forcefully pressed with 3D Touch. Like the Apple Music app where if you 3D Touch on a UICollectionViewCell, a view appears with information about the song.
I have a UICollectionView and there is a UIButton in the cells. I want to do an action whenever a user 3D Touches the UIButton. I looked into this on StackOverflow, but I couldn't understand exactly what to do. Can someone "dumb it down" for me haha. Thanks.