I got iPhone app.
When i start it, i see black view. This black view is shown before app’s first view. And it looks really awful.
Can i set here preview picture?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
yes you can. add a images with “Default.png” & “Default@2x.png” – “D” capital in your resources. add them to your project as well.
dimensions will be for:
Default.png = 320×480
Default@2x.png = 640×960
it will be used as splashscreen image which is lacking in your project.