Reputation: 1943
I seems to be unable to view images in Xcode. I am not talking about when running an app, nor do I mean UIImageViews (that works) or other views with images set (also works) in Interface Builder, I am simply talking about viewing images by clicking on them in the project navigator (in the left pane) and expecting them to show up on the middle/right (just like when editing code).
Has anyone had this problem as well?
Upvotes: 0
Views: 206
Reputation: 2256
The problem is fullscreen mode. If you exit the fullscreen the images is previewed as expected.
Upvotes: 3