Right now in Xcode I have in my resources and image called “Default.png” and it is working fine as a loading screen for when the app is first opened (awakeFromNib?) Anyways, It’s a funny loading screen and I want to give the users at least 5 seconds to gaze at it, however the app only takes about 2 seconds to load even on my slowest testing device, how can I code it in to last longer?
Share
Sleep(5); in your app delegates applicationdidifinish