ios - Where the background image get loaded? (Need to change it) -
this question has answer here:
- implementing splash screen in ios 10 answers
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
Comments
Post a Comment