如何在自动调整时在UINavigationBar和UITabBar中拉伸backgroundimage

cho*_*bin 7 iphone ios

我已经为我的UINavigationBar和UITabBar设置了带圆角的背景图像,但是在旋转过程中,背景图像重复而不是拉伸.有没有办法伸展所以角落保持圆润?

谢谢!

Zay*_*ige 8

对于ios5.0+使用[UIImage imageNamed:nil] resizableImageWithCapInsets]来代替.


cho*_*bin 5

发现它,[UIImage imageNamed:nil] stretchableImage...]等等