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
Post a Comment