Reputation: 81
It looks like UIImageView (or the underlying UIView is changing my colors.
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
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
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.
Upvotes: 2
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