0

I placed one launch screen xib in my application it has logo in centre. its working pertly in all devices except iPod.In iPod When i switching between Facebook(for authentication) and application i am seeing a blank screen at the middle of the screen.

enter image description here

I tried to add 1x, 2x, 3x images and replaced with different icons but no luck, Any help will be appreciated and thanks in advance.

naresh
  • 627
  • 1
  • 7
  • 28

1 Answers1

0

I was having the same issue. It is a bug in Xcode because some how it is caching the launch images. Do the following and it will fix this:

  • Reset your iPOD
  • Create ipa file of your project
  • Push it to your iPOD using iTunes.

I am pretty sure if you are confident about the images you have and your constraints, this will work.

Erik
  • 935
  • 11
  • 28