This is the first time i have this problem .
-(void)onEnter
{
[super onEnter];
winSize = [[CCDirector sharedDirector] winSize];
NSLog(@"wins:%f",winSize.height);
is returning 480
on iPhone5 simulator .
Whats wrong here ?? its in onEnter ..