Timur Minulin
Timur Minulin

Reputation: 81

Wrong color in UIImageView

It looks like UIImageView (or the underlying UIView is changing my colors. Change of color

iPad simulator is on the left side, and on the right side is the same view from IB. I have same effect on UITableViewCell, and on other views in the application. What's the problem, and how to deal with it? It looks on a real iPad just like on a simulator.

Upvotes: 0

Views: 404

Answers (3)

Timur Minulin
Timur Minulin

Reputation: 81

Well, I've found out (by looking at jpeg sources using Dropbox iPad app) that the problem actually goes deeper into that: StackExchange post. That solved my question. It still looks differently in IB and on device, but it's now pretty close to what I get in Photoshop.

Upvotes: 0

Jian Jie
Jian Jie

Reputation: 289

My guess would be that it has something to do with this, though I'm not too sure what it does. You might wanna try playing around with it and see what you get.

Generic RGB seems to be the default option.

Upvotes: 2

Mystery
Mystery

Reputation: 552

You need not to care about how it appears in the IB. The actual appearance you can see is in Device only. Even the simulator and the Device may give different appearance of the images.

Upvotes: 1

Related Questions