UIButton边框颜色在我的iphone6中模糊

时间:2015-02-06 17:05:05

标签: ios objective-c uibutton xcode6 iphone-6

我想要设置按钮边框宽度和颜色。它在我的iphone5模拟器中完美运行。但在我的iphone6模拟器看起来不太好,它变得模糊效果只在我的iphone6模拟器上。我使用以下代码。如何解决这个问题?

self.But.layer.borderWidth = 1.0f;
[self.But.layer setBorderColor:[UIColor colorWithRed:201.0/255.0f green:0.0/255.0f blue:255.0/255.0f alpha:1.0].CGColor];

0 个答案:

没有答案