My 100th Post a bump...
I encountered a problem and can't find the reason.
I created a new subclass of UIViewController and modified the shouldautorotate method:
Code:
NSLog(@"Rotating");
return YES;
The viewController only get's active as a modalView, but this shouldn't be a problem.
Problem is, that this method never gets called!
In the parentViewController the same method return UIInterfaceOrientationPortrait.
I want this, only this, view to autorotate!
Please help me out...
regards
edit:
It's working now... I don't know why. I didn't modify anything! crazy^^