开发者

Is this common behaviour of the iPad device?

I have developed an iPad application which runs good in sim开发者_高级运维ulator with both orientations.

When i rotate the simulator , the corresponding view gets loaded according to the orientation.

But the same application when running on real iPad device, when i rotate the device fastly, the corresponding view is not getting loaded. it takes time to load the correct view according to the device orientation.

why this happening? is this common behaviour in the ipad device?

Please let me know your views.


It may be that the iPad does not have enough memory, unlike the simulator which runs in your computer and uses the computer's memory


Does the view not load at all or just slowly?

Realize the iPad is nowhere near as powerful / fast as the Mac running your simulator. Rotation is a relatively intensive task. Also, depending on your memory footprint and if you have offscreen views that need to know about the rotation (to handle it appropriately), rotation often can trigger reloads of views that might have been unloaded previously by memory warnings, causing even further degradation in performance.

Finally, not loading at all could reflect upon issues in your orientation methods in your view controllers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜