Search code examples
ioslaunch-screen

Replace Launch screen text on each app login


I want to change the text of a label in the LaunchScreen.storyboard on each application launch. The problem is that when I am trying to set a UIViewController to the LaunchScreen.storyboard I get this error:

"Launch screens may not set custom classnames".

My goal is to show the user hidden features of the app while he waits for it to load (every time a different one).


Solution

  • You can't assign custom VC to that launch (only static images or text dragged from Object Library ) , if you want to make splash make it in the rootVC then navigate to the mainVC