如何让图片资源同时适用于Iphone3和Iphone4
我有一个应用程序,UI图像资源是针对iphone3屏幕(320 * 480)设计的,在iphone4上看起来并不完美,有什么办法让它在iphone4上看起来也不错吗?我的想法是有两组不同的资源用于不同的分辨率,并在运行时根据ios版本选择它。还有更好的办法吗?
I have an application that the UI Image resources are designed target iphone3 screen (320*480), which looks not perfect on iphone4, is there any way to make it also looks nice on iphone4 ? what I'm thinking is have two different set of resources for different resolution and choose it at runtime according ios version. Is there any better way ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 iOS 绘图和打印指南:支持视图中的高分辨率屏幕。
See Updating Your Image Resource Files in Drawing and Printing Guide for iOS: Supporting High-Resolution Screens In Views.