Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些按钮在徽标形状中彼此靠近,它们是非矩形形状,我想知道是否可以将按钮的透明部分排除在接收触摸之外,以便它后面的元素可以接收触摸?
您可以使按钮图像的 alpha 部分不成为按钮的一部分吗?,或者,如果用户触摸这些 alpha 部分,是否会点击下面的按钮?
您通常必须继承 UIButton,但幸运的是,已经有人为您解决了这个问题:
https://github.com/ole/OBShapedButton
这似乎正是您正在寻找的。