ios里alpha值为0的控件响应

2012-03-13 14:18:08 +08:00
 mercurylanded
应客户的蛋疼要求把tabbar上面的元素当做button用,不想手写一个tabbar,所以偷懒在tabbar上面盖了一几个button把alpha值设为0。但是点击之后没效果相当于点到后面的tabbar上面去了,alpha值为0.1的时候还有效的。
4749 次点击
所在节点    iDev
3 条回复
ytzong
2012-03-13 17:10:14 +08:00
拖一个 button
改 type 为 custom
再改下宽高就可以了吧
lex
2012-03-13 17:20:10 +08:00
可以建个 UIView,
userInteractionEnabled = YES
alpha 不改,默认 1.
backgroundColor = [UIColor clearColor]
然后用 drawRectBlock 在里面填充 [[UIColor colorWithWhite:1. alpha:.0001] CGColor]
laihj
2012-03-13 17:46:58 +08:00
[UIColor clearColor]能用

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/29521

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX