0

我有一个来自 IOS6 的项目,现在随着 IOS7 的按钮更改,我不得不为我的项目按钮制作背景。虽然,当我尝试为按钮设置背景图像时,它不起作用!编程与否都行不通!

我试过了:

[buttonOutlet setBackgroundImage:[UIImage imageNamed:@"lineStyleScreen.png"] forState:UIControlStateNormal];

和IDE!两者都不工作!!!

我想知道是不是因为我没有将我的故事板更新到 IOS7。

4

3 回答 3

1

Is the button type set to Custom in properties inspector?

于 2013-10-11T19:21:10.137 回答
1

ios 7 不支持常规的 ios 6 按钮。请点击此链接:

http://dev.iachieved.it/iachievedit/?p=127

于 2014-01-30T07:33:47.263 回答
0

尝试将色调颜色设置为 iOS 7 的按钮

  button.tintColor = [UIColor greenColor];

注意: - 设置适合您要求的色调

于 2013-11-04T14:47:08.997 回答