我正在尝试在导航栏中对我的按钮进行样式化。但是我弄错了,png是正确的,但是我得到了这个代码。
http://i50.tinypic.com/o73tr5.png
谁能帮助我。
我正在使用此代码
UIImage *barButton = [[UIImage imageNamed:@"back-button"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 5, 0, 5)];
[[UIBarButtonItem appearance] setBackgroundImage:barButton forState:UIControlStateNormal
barMetrics:UIBarMetricsDefault];