我在 UIView 中的图像似乎比闪屏中的图像大

发布于 2024-12-11 18:34:20 字数 379 浏览 0 评论 0原文

我设计了一个尺寸为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅冕 2024-12-18 18:34:20

你是告诉它加载“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文