Xcode9.2 build version showing image twisted in ios8.1

343 Views Asked by At

enter image description here

But use xcode9.1 it shows well.

2

There are 2 best solutions below

0
On

It should be a bug of Xcode 9.2. Just use Xcode 9.1.

0
On

As for now, there are two ways:

  1. move images from Assets.xcassets to bundle (thus loaded image from file instead of assets);

  2. still use Xcode 9.1 till apple fixes the bug. (bug has been reported to apple)