Resize master and detail view controllers in a split view controller?
问题 I'm working in Xcode 4.2 and am developing an app where I want the menu screen to use a Split View. Really, all I need the Split View Controller for is to split some of the menu options into a left pane and right pane. I want to be able to set custom sizes for the master and detail view controllers, but nothing seems to be working for me. I've tried updating the frame sizes for each view controller with code like: [self.view setFrame:CGRectMake(0, 0, 768, 502)]; in the viewDidLoad functions,