launch Screen is static , we can't perform/refresh any operation on it , check the workaround here , duplicate the launch screen in your storyboard and make it the entrance-view controller (VC) of your app.
You can do any refresh in that view controller programmatically .
Answers
launch Screen is static , we can't perform/refresh any operation on it , check the workaround here , duplicate the launch screen in your storyboard and make it the entrance-view controller (VC) of your app.
You can do any refresh in that view controller programmatically .
@ColeX. I do not mean refresh it programmatically.
I mean I changed the Image but nothing changed in the APP
why?
It maybe caused by the cache ,try to delete the application from simulator and reboot the device ,run again .
@Colex .Thankyou I willtry.