UIGridView
UIGridView copied to clipboard
how to add button event in gridviewcell
how to add button event in gridviewcell
What I did is changing the class of UIGridViewCell from UIButton to UIView, adding a UITapGestureRecognizer to that and excluding the added button frame in -(BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch.