Xcode – interact with button in UICollectionViewCell through main view controller
I'm making an app that allows a user to "pin" certain elements in a collection view I have implemented in my home ViewController class. To pin an element, the user must access a button that is part of my WordCell…