iPad Orientations not working,
// Add the navigation controller's view to the window and display. [window addSubview:navigationController.view];
(BOOL)shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)interfaceOrientation {
NSLog(@"we are here");
return YES;
} And also I have allready setup info.plist. I have 4 items in that array, one for each orientation. –