开发者

touchUpInside event for uibutton under transparent uiview

开发者 https://www.devze.com 2023-03-09 05:14 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消