自定义UIButton在iPad上显示边框

时间:2011-10-05 16:59:57

标签: ipad xcode4

我有四个自定义UIButton坐在UIImageView前面,但由于某些原因在iPad上它周围显示一个白色边框。基本上它是一个UIImageView,黑色渐变,上面有四个按钮。每个按钮都是图像视图的高度,它们在每一侧都显示一条白线。有没有办法摆脱它?

视图是在任何XCode 4的Interface Builder版本上创建的。

1 个答案:

答案 0 :(得分:0)

当我在代码中创建按钮时,我得到了这个:

[UIButton buttonWithType:UIButtonTypeRoundedRect] 

这似乎在iPhone上工作正常但在iPad上我需要如下:

[UIButton buttonWithType:UIButtonTypeCustom]