1
votes

In Xcode->Choose Project->Summary there are launch images setting which use these names: Default.png, [email protected], Default-Portrait.png, [email protected], Default-Landscape.png, [email protected]. How can I add existing images but with some extra prefix to those names, e.g: Project1Default.png? Also, xcode forces to rename added launch images and add them to base directory of program, how can I remain them in their old resource folder?

1

1 Answers

0
votes

You have to add to your project's Info.plist

Launch image (iPhone)      DEFAULT_NAME

where DEFAULT_NAME is the name of the launch image. It also must be added to project.

for example, if i have added image named [email protected] i write:

Launch image (iPhone)      def