the iphone app I am writing shows white screen when first launched, but become okay when entered again.
when I press home button of iphone, then enter the app again, it displays correctly.
(actually when I have just pressed the button and when seeing the app goes from foreground to background, I saw the correct app root display)
This problem also happen when I haven’t enter the app for a certain period of time.
Anybody has ever encountered this problem?
How can I solve it? Thanks!
the iphone app I am writing shows white screen when first launched, but become
Share
Based on your description I’d say that in your app delegate, the code you want in
application:didFinishLaunchingWithOptions:is inapplicationWillResignActive:.