Hi All,
Is it possible to disable the home screen minimize animation effect when user presses the home button on iPhone?. Or can we set our own custom image for minimize animation?
Regards ypk
Hi All,
Is it possible to disable the home screen minimize animation effect when user presses the home button on iPhone?. Or can we set our own custom image for minimize animation?
Regards ypk
You cannot customize the minimization animation.
You can set an image to be shown full screen in applicationWillTerminate:
but it wont last long as the application will quit soon after that.