标签: ios8 uinavigationbar
我的应用有一个UINavigationBar背景图片,需要根据iPhone屏幕尺寸(4英寸,4.7英寸,5.5英寸)交替宽度。有没有办法创建特定于设备的图像,例如可以在启动屏幕中找到?现在我只看到1x 2x和3x的选项。感谢
答案 0 :(得分:0)
– (UIImage *)resizableImageWithCapInsets:(UIEdgeInsets)capInsets
为我工作