3

I am trying to create a launch storyboard for an iOS 8.1 app using Xcode 6.1.1

If i create a ViewController, add a view and add a label to that view, it all seems to work fine on actual devices. But when I add a UIImageView with an image file, the image never appears on the device.

Has anyone else had this problem? Has anyone else been successful just having a simple UIImage in a launch storyboard? I must be missing something.

FGRios

Ferdinand Rios
  • 972
  • 6
  • 18

2 Answers2

4

Just use image file added to project, not from *.xcassets

Just use image file added to project

danopz
  • 3,310
  • 5
  • 31
  • 42
Will
  • 91
  • 1
  • 5
2

I had exactly the same issue. Removing the app from my phone, reboot the phone, and reinstalling the app fixed it for me.

Roel Koops
  • 840
  • 2
  • 16
  • 28