iOS 6 landscape and portrait orientation
问题 I have a table with a big list of stuff that comes from a plist file and clicking each of them takes you to a new view, a xib. I have 2 views inside that .xib, one for portrait and one for landscape In my h file I have this: IBOutlet UIView *portraitView; IBOutlet UIView *landscapeView; @property (nonatomic, retain) IBOutlet UIView *portraitView; @property (nonatomic, retain) IBOutlet UIView *landscapeView; In my m file this: [super viewDidLoad]; // Do any additional setup after loading the