Anyone who\'s trying the newest iOS 6 beta(version 2 or 3) has the same experience of auto rotation not working?
I am not using storyboard but pure navigation contro
instead of [self.window addSubview:navController.view];
[self.window addSubview:navController.view];
insert self.window.rootViewController = navController;
self.window.rootViewController = navController;