gleue / TGLStackedViewController

A stacked view layout with gesture-based reordering using a UICollectionView -- inspired by Passbook and Reminders apps.
MIT License
1.21k stars 117 forks source link

Selector of UIButton is not calling #31

Closed ghost closed 8 years ago

ghost commented 8 years ago

I've added the UIButton and assigned it's selector but whenever i clicked on button Card gets closed instead of calling UIButton selector.

gleue commented 8 years ago

Hm, it works fine for me. What I did in the sample:

ghost commented 8 years ago

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

ghost commented 8 years ago

Sorry it was my mistake. i was adding UIButton in UIImageView thats why it's selector were not calling.