Ios8 适用于本机分辨率iphone 6和6 plus的UINavigationBar背景图像

Ios8 适用于本机分辨率iphone 6和6 plus的UINavigationBar背景图像,ios8,uinavigationbar,Ios8,Uinavigationbar,我的应用程序有一个UINavigationBar背景图像,需要根据iPhone屏幕大小(4英寸、4.7英寸、5.5英寸)改变宽度。是否有方法创建特定于设备的映像(如启动屏幕中的映像)?现在我只看到1x 2x和3x的选项。谢谢 – (UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets 为我工作

我的应用程序有一个UINavigationBar背景图像,需要根据iPhone屏幕大小(4英寸、4.7英寸、5.5英寸)改变宽度。是否有方法创建特定于设备的映像(如启动屏幕中的映像)?现在我只看到1x 2x和3x的选项。谢谢

– (UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets
为我工作