OStack程序员社区-中国程序员成长平台

标题: ios - iPhone X 上的 UITableViewCell ImageView 太大 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 03:10
标题: ios - iPhone X 上的 UITableViewCell ImageView 太大

我正在使用 Storyboard 并为我的 UITableViewCell 设置一个 UIImageView。我有一个 @2x 和 @3x 版本的图像,分别为 50x50 和 100x100。

这在 iPhone 6、7、8 上看起来是我想要的样子:

enter image description here

iPhone X:

enter image description here

您可以看到 iPhone X 上的图标要大得多。(我意识到 X 上的屏幕更大,但图标显然要大得多)。

关于如何解决此问题的任何想法?



Best Answer-推荐答案


我认为问题在于图片资源的大小。

I have a @2x and @3x version of the image, at 50x50 and 100x100.

但是 @3x 资源的宽度和高度应该是它们的 @2x 对应资源的 1.5 倍,而不是 2 倍。因此,如果您的 50x50 @2x 资源正确显示,则您的 @3x 资源应该是 75x75,而不是 100x100。

关于ios - iPhone X 上的 UITableViewCell ImageView 太大,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47211816/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4