pancake
pancake

Reputation: 1943

Cannot view images in Xcode

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

Answers (2)

Michel Jansson
Michel Jansson

Reputation: 2256

The problem is fullscreen mode. If you exit the fullscreen the images is previewed as expected.

Upvotes: 3

Anoop Vaidya
Anoop Vaidya

Reputation: 46543

Check this menu and be sure you select Preview :

enter image description here

Upvotes: 1

Related Questions