UIGridView icon indicating copy to clipboard operation
UIGridView copied to clipboard

how to add button event in gridviewcell

Open AllanChen opened this issue 12 years ago • 1 comments

how to add button event in gridviewcell

AllanChen avatar Jan 24 '13 10:01 AllanChen

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.

santilorenzo avatar Apr 06 '13 10:04 santilorenzo