Changing the Length of the Time the Splash Screen Appears

Modify the length of time the splash screen is shown.

  1. In Xcode Project Navigator, open the CustomizationHelper.m file, which is in the Workflow project, under the Classes group folder.
  2. Locate the splashScreenDelay function, and change it so that it returns the new time interval in seconds.
    Note: Because iOS always tries to display a splash screen even if one does not exist, setting splashScreenDelay to return zero does not altogether remove the splash screen, but it will make the elapsed time as short as possible. You can couple this with removing the image files for the splash screen so that nothing is displayed.
  3. Rebuild the Workflow project.