Answers for "black screen between splash and app react native ios"

0

black screen between splash and app react native ios

// 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;
Posted by: Guest on March-03-2022

Code answers related to "black screen between splash and app react native ios"

Code answers related to "Objective-C"

Browse Popular Code Answers by Language