[_firstPrincipleButton setBackgroundImage:[UIImage imageNamed:@"i_press.png"]
forState:UIControlStateNormal];
Run Code Online (Sandbox Code Playgroud)
上面的代码在iOS7中运行良好,但在iOS7.1中,这并没有改变UIButton的图像.我也尝试用setImage做这个但是没有用.
谢谢