How can we delay a interface orientation change in iPad
currently when i change the orientation of my app,all the entities on the screen are rendering one by one.This is looking a bit bad and i feel that this gives a bad user experience. Is there any 开发者_运维知识库way in which i can delay my orientation changes or may be create some kind of animation so that all the entities can be rendered at the same time in a single instance.
精彩评论