Big icon in storyboard (xcode 10)

0

I just updated my Xcode to 10.0, suddenly all UIImageView and UIButton icons take the biggest one (2x). How can I go back to see a "REAL" preview when designing on the storyboard?

On the Storyboard:

In the emulator:

thank you very much.

    
asked by Álvaro 14.10.2018 в 05:58
source

1 answer

0

this happens when you export the poorly sized images, there are elements like the buttons that need the specific size you are going to use, I recommend you check the size of the images and export them in smaller size, that is if your images are currently 1x = 30px 2x = 60px 3x = 90px

reduces its size to something like 1x = 22px 2x = 44px 3x = 66px

He told you the size guide you should use here

Avoid using the buttons in PDF format in the buttons.

    
answered by 08.11.2018 в 19:51