How can I create Launch Screen storyboard with different content for different targets? Is it possible to add some logic to the Launch Screen storyboard?
Asked
Active
Viewed 186 times
2
-
AFAIK, how can you add logic to the Launch Screen storyboard as it has no corresponding ViewController? – ldindu Nov 19 '14 at 21:24
-
So, launch screen storyboard can be used only for autoresizing. Will you add your comment as the answer? – Dmitry Nov 19 '14 at 21:26
-
Maybe this could be done as part of the build process? So wasteful to duplicate the storyboard per target just to change a color. – Henrik Jan 03 '16 at 07:50
1 Answers
1
It's impossible because storyboard has no corresponding ViewController. Launch screen storyboard can be used only for autoresizing.

Dmitry
- 14,306
- 23
- 105
- 189