iOS:让标题栏背景图片适应iOS7

From google: If your app uses a custom image as the background of the bar, you'll need to provide a “taller” image so that it extends up behind the status bar. The height of navigation bar is changed from 44 points (88 pixels) to 64 points (128 pixels).

一句话:将原来的44(88)像素的背景图片改为64(128)像素高度的图片即可。

posted @ 2014-09-23 10:22  GreatK  阅读(358)  评论(0编辑  收藏  举报