Background image stretching in iPhone X

后端 未结 3 479
礼貌的吻别
礼貌的吻别 2021-01-25 22:31

Currently we are using image asset with @1x, @2x and @3x which will support for all devices. But when we use the same image asset for iPhone X, the @3x image looks stretched in

3条回答
  •  时光取名叫无心
    2021-01-25 22:54

    Images will only get stretches if you are using scaleToFill. Try changing the content mode of the UIImageView or whatever you are using to show the image.

提交回复
热议问题