Black Screen Between Splash And App React Native Ios

[Solved] Black Screen Between Splash And App React Native Ios | Objectivec - Code Explorer | yomemimo.com
Question : black screen between splash and app react native ios

Answered by : calvin-goah

 // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; UIViewController *vc = [sb instantiateInitialViewController]; rootView.loadingView = vc.view;

Source : | Last Update : Thu, 10 Mar 22

Answers related to black screen between splash and app react native ios

Code Explorer Popular Question For Objectivec