iOS, re-use AppIcon in assets catalog in my LaunchScreen Storyboard?

Viewed 1195

I'd like to show my app icon in my launch storyboard.

I've added a UIImageView and I can select other images in my asset catalog, they are shown in the dropdown. However AppIcon is not.

I've tried to trick interface builder and specify the image name directly but that doesn't work either.

I'm guess it can't be reused?

1 Answers
Related