Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 iOS 上有这个 @2x 的东西,可以为视网膜设备加载图像,但是视频呢?
假设我想在普通 iPad 和视网膜 iPad 上显示视频。我必须有两个视频,一个普通视频和一个@2x 视频还是更大的视频?
我想更大的视频就足够了,但我想知道你们的想法。
谢谢。
iOS 不会像 UIImage 那样自动完成。但是您可以自己检查屏幕分辨率,然后决定播放哪个视频。
但我建议您只使用分辨率足够高的视频,以便在@2x 分辨率下播放良好,因为如果分辨率太大,无论如何都会缩小尺寸。