launch image resizing in Xcode 12

I am using an image for splash screen in my IOS app but on launch the image size is shrinking after 1 sec. I have turned off auto resizing also. Can any one help me regarding this issue
Answered by Claude31 in 675264022
How large is your image (in MB) ? If very large (several MB, I've noticed that may cause problems.

Could you describe all the attributes of the image in storyboard
  • content mode,

  • Drawing attributes,

  • constraints…

Accepted Answer
How large is your image (in MB) ? If very large (several MB, I've noticed that may cause problems.

Could you describe all the attributes of the image in storyboard
  • content mode,

  • Drawing attributes,

  • constraints…

Image Size is 352KB,No constarints. It's working fine in simulators of all sizes but facing issue on real device.

I have the same issue also, and have found no answers while googling

launch image resizing in Xcode 12
 
 
Q