Pitsanu Potajan
Pitsanu Potajan

Reputation: 3

iPad 2 UIImageview display image incorrectly (incorrect render)

I've created a new simple iOS project in xcode 9.2 and set iOS Deployment target to iOS 8.0 then add UIImageview to a view and set image name to the UIImageview , start and run on iPad 2 (iOS 8.1.3) see the result in image below ,the imageview render incorrectly

Click here to see the Result

Click here to see original image

Upvotes: 0

Views: 107

Answers (1)

Sergey Fedorov
Sergey Fedorov

Reputation: 219

Check this answer:
https://forums.developer.apple.com/thread/93743

Issue is included in release notes for Xcode 9.2, hopeffully will be fixed soon https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936
When using Xcode 9.2 to create apps that deploy to iOS 8 and later, images in the asset catalog may be corrupted when viewed on devices running iOS 8.3 and earlier. (35379713) Workaround: Build the app using Xcode 9.1, or use Xcode 9.2 and set the deployment target to iOS 8.4 or later.

Upvotes: 1

Related Questions