gmoledina / GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.
MIT License
2.3k stars 512 forks source link

Button not working in subview GMGridviewCell #208

Open maheIOS opened 9 years ago

maheIOS commented 9 years ago

i am using button in GMgridviewCell like order cart button but when ever i am clicking that button first didTapOnItemAtIndex delegate method is called after that only button action is called.