我在 UIView 中的图像似乎比闪屏中的图像大
我设计了一个尺寸为 640x960 的图像,名为 [email protected]。
当应用程序启动时,我在应用程序中使用此图像作为启动图像,并且它也在 UIImage 中的应用程序的第一个视图中使用。 UIImage 大小为 320x480,与父 UIView 相同。
问题是,当我的应用程序中的 UIImage 替换 Splash 中的图像时,它看起来更大,因此用户体验不佳。为什么它的显示与 Splash 中的显示不完全相同?
帮助将不胜感激,谢谢!
塞布。
I have designed an image with size 640x960, called [email protected].
I'm using this image in my App as splash image when the App is starting and it's also used in the first view of my App in a UIImage.
The UIImage size is 320x480 and same for the Parent UIView.
The issue is when the UIImage from my App replaces the Image from the Splash, it seems bigger and so it's not good user experience. Why it does not display exactly the same as in the Splash?
Help would be appreciated, thanks!
Séb.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你是告诉它加载“Splash.png”还是“[email protected]”?您应该仅指定“Splash.png”,如有必要,操作系统将自行调用@2x。
are you telling it to load "Splash.png" or "[email protected]"? You should be specifying just "Splash.png" the OS will call up @2x on its own if necessary.