views:

25

answers:

0

Hi, How much fps does iPad support 1.0/60 or 1.0/30 ? I looked in to apple site and iPad specifications. The fps is given as 1.0/30. But some are saying that it supports more than iPhone.

In my game for iPad which I am writing using cocos2d frameworks I am using

CCDirector *director = [CCDirector sharedDirector];
[director setAnimationInterval:1.0/30];  

Am I using the right fps or should I use another one. Thank you.