uiimageview.image appears to be warped on iOS 8 simulator

55 Views Asked by At

The problem is I no longer have any access to any devices that run iOS 8, so I can't confirm whether this only happens in the simulator.

on iOS 8 simulator what it supposed to look like

Nothing special with the code. just imageView.image = UIImage(named: "icon") and the contentMode is set to .center and I just dropped the icons into .xcassets. The icons are exported from Sketch.

0

There are 0 best solutions below