ios - Where the background image get loaded? (Need to change it) -


this question has answer here:

i need change initial background of application.

when debug ios code, found initial windows's background set before enter

- (bool)application:(uiapplication *)application didfinishlaunchingwithoptions:(nsdictionary *)launchoptions 

i wondering what's possible place set background image.

in project's summary settings, can set default loading image. here can set icon!

project > summary

make sure images choose have correct dimensions

..

if manually, swap project's files called "default.png" , default-568h.png" ones of choice. files located in projects root folder

see: https://www.google.se/search?q=project+summary+xcode&safe=off&client=safari&hl=en-gb&source=lnms&tbm=isch&sa=x&ei=dp8furnhopdp4qskiih4ag&ved=0cagq_auoaa&biw=320&bih=460#biv=i%7c4%3bd%7cx9ortmz6vqxfqm%3a


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -