开发者

iOS4 controller performance

开发者 https://www.devze.com 2023-03-23 04:13 出处:网络
I am creating an game application for iPhone that use开发者_运维知识库s two controllers. One for the main view which basically is som buttons to start the game.

I am creating an game application for iPhone that use开发者_运维知识库s two controllers. One for the main view which basically is som buttons to start the game.

The game is a game that renders in drawRect and is therefore quite performance critical. My question is: Are there any performance cons to use

[self presentModalViewController:tmpControler animated:NO];

When switching from the main view controller to the "game controller"? Or should I use another way?

0

精彩评论

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