1
ytzong 2012-03-13 17:10:14 +08:00
拖一个 button
改 type 为 custom 再改下宽高就可以了吧 |
2
lex 2012-03-13 17:20:10 +08:00
可以建个 UIView,
userInteractionEnabled = YES alpha 不改,默认 1. backgroundColor = [UIColor clearColor] 然后用 drawRectBlock 在里面填充 [[UIColor colorWithWhite:1. alpha:.0001] CGColor] |
3
laihj 2012-03-13 17:46:58 +08:00
[UIColor clearColor]能用
|