3

I'm trying to have a custom launch image when a custom url launches the app. Is there a way to specify either a custom storyboard (UILaunchStoryboardName) or image from the asset catalog to use in this scenario?

livings124
  • 1,103
  • 1
  • 10
  • 23

1 Answers1

2

This is not possible as of iOS 8.3

WhoaItsAFactorial
  • 3,538
  • 4
  • 28
  • 45
  • That was my fear, since there's nothing in the docs. Can I still use the previous way of specifying these custom launch images while also using a storyboard for the standard launch image? – livings124 Apr 16 '15 at 11:52
  • Did you ever find a way to achieve this on iOS 8.3? I'm using LaunchScreen.xib for the standard launch screen. Is there a way to specify the launch images for a custom URL scheme, I can't seem to get it to work! – Jonathan Ellis May 09 '15 at 22:14