Closed ghost closed 8 years ago
Hm, it works fine for me. What I did in the sample:
-buttonTapped:
to TGLCollectionViewCell
Main.storyboard
TouchUpInside
event to cell's buttonTapped:
action in Main.storyboard
i'm doing to same thing in my code and it's not working. Whenever i click the button it closes the card instead of calling selector of UIButton
Sorry it was my mistake. i was adding UIButton in UIImageView thats why it's selector were not calling.
I've added the UIButton and assigned it's selector but whenever i clicked on button Card gets closed instead of calling UIButton selector.