MB_iOSDeveloper
MB_iOSDeveloper

Reputation: 4208

iOS: Add a background image for the app installation process

I want to add a simple background image when my app is being installed. The two images explain everything. I havent been able to find the solution so far by googling. I did not find any tutorials.

App without background image

App with background image

Upvotes: 0

Views: 74

Answers (1)

Pancho
Pancho

Reputation: 4143

Add icon to your application bundle and this image will be used. Using xCode 5 just open Images.xcassets file and add your app icons there as well as splash screens.

Upvotes: 2

Related Questions