touchUpInside event for uibutton under transparent uiview
I've uibutton under tr开发者_Python百科ansparent uiview, how can I determine touchUpInside event?
Set the property userInteractionEnabled
of the transparent UIView to NO and it should pass all touches to your UIButtons.
精彩评论