Changing the Splash Screen Image

Change the image that is shown on the splash screen.

The splash screen is stored on a per-language basis in the WorkFlow/<language>.lproj directories. In each of these directories, there are three files that contain the splash screens for iPhone (Default.png) and iPad (Default-Landscape.png and Default-Portrait.png).

Note: You must replace the file in each language subdirectory, or your new splash screen does not appear when the language setting is changed. The splash screen does not include any localizable strings, so you must provide the correct screen for each language, if you plan to support multiple languages.
  1. Add a custom splash screen by replacing the appropriate files in the WorkFlow/<language>.lproj directory.
    Note: The new image files must use the same name as those you replaced, including the file extension, and they must have the same resolution as the original images.
  2. Rebuild the project.