在 iPhone 上使用矢量图形的建议
对于经验丰富的 iPhone 开发者来说,有个问题是,您对 iPhone 应用程序中的图形有什么偏好?我转向 PNG 是因为我读到这是首选的图像格式,并且就性能而言它们是操作系统最有效的格式。不过我读过你应该尝试使用 svg 图形,以便它们在 iPad 上放大。我开始为我的下一个应用程序阅读 svg,并认为 UIImageView 本身支持该格式,但似乎您只能在 UIWebviews 中或以编程方式渲染它们。我相信很多最新的图形丰富的应用程序都使用 svg 图形,这是一个错误的假设吗?
感谢您的任何建议/评论。
A question for the seasoned iPhone developers, what is your preference for graphics in an iPhone app? I have turned to PNGs because I read that is the preferred image format and they are the most efficient format for the OS in terms of performance. However I had read you should try to use svg graphics so they scale up on the iPad. I started reading up on svg for my next app and thought the format was natively supported by UIImageView, but it seems you can only render them in UIWebviews or programatically. My belief was a lot of the latest graphically-rich apps used svg graphics, is that an incorrect assumption?
Thanks for any advice/comments.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为使用 SVG 图形会导致很多问题,而且我不知道有任何应用程序使用它。使用 PNG 可能是一个更好的主意,并且对于 iPhone、iPhone 4 和 iPad 具有不同的尺寸。
I think using SVG graphics would cause a ton of problems and I'm not aware of any apps that use it. It's probably a much better idea to use PNGs and just have different sizes for iPhone, iPhone 4 and iPad.