作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我设计了一个通用应用程序,我想为所有 iDevice 设置图像,包括 1x、2x、Retina 4 2x、3x?我应该怎么做?以及如何设置横向和纵向。提前致谢
最佳答案
此命名约定将允许您为每个设备获取正确的图像:
图片@2x iPhone 4/4s
image-568h@2x iPhone 5/5s
image-667h@2x iPhone 6
image-736h@3x iPhone 6+
这篇文章提供了一些解释:http://www.reigndesign.com/blog/preparing-for-the-new-iphone-6-and-iphone-6-plus-screen-sizes/
在根据方向/方向变化更改图像方面,这篇文章似乎很好地解释了必要的调用。
Alternative iOS layouts for portrait and landscape using just one .xib file
关于ios - 如何为所有iDevice设置背景图片?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26838995/
我是一名优秀的程序员,十分优秀!