I have a CCLayer with a UITextfield.
textfield = [[UITextField alloc] initWithFrame:CGRectMake(posY, posX, 200, 45)];
[textfield setDelegate:self];
textfield.transform = CGAffineTransformRotate(textfield.transform, M_PI * (-90.0 / 180.0));
Everything works fine. But when I rotate the iPad the whole screen changes the orientation but NOT the inputfield. (Only landscape-mode is activated). How can I make the inputfield rotate, too?
Open GameConfig.h and set autorotation type to use the UIViewController (RootViewController).