I want to make a splash screen that shows an UIImage view and a UIActivityIndictor then after the application has finished loading, it fades into a new view, I have no idea how to make one view “fade” (as in dissolve) into another view and I’m not sure how to “pause” the code until it finishes loading the background parts, any help?
Thanks so much!
I want to make a splash screen that shows an UIImage view and a
Share
So the below code shows a splash screen for 1 second, then it animates dissolving of the screen.