I have a button inside my collection view cell to save the item at index path to an array property in parse's user class. The collection view is populated by events and the user clicks a button which pops an alert view and when they click yes the event will be saved to an array of events the user will be attending. I have a button inside my collection view cell