ios - Is there any way to code the LaunchScreen programmatically -


i using xcode7 , swift storyboards. when open launchscreen.storyboard, , try set custom class on it, xcode complains 1 cannot have custom class on launchscreen storyboard. question is, there way programmatically code launchscreen avoid having drag , drop elements on using ib.

no, launch screen shown before app starts executing in order provide transition springboard app while loading.

you can either use fixed image or can use simple storyboard scene using standard, static ui elements - labels & images.

this storyboard scene loaded , displayed os, security risk allow code execute in context.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -