Difference between dragging UIViews into storyboard and creating them programmatically?
问题 Hi I am new to iOS programming and am wondering what is the difference between dragging a UIView into the storyboard and create them programmatically. I am using an iPad for development. I have a UISplitView . Inside the Appdelegate.m , I created a UISplitViewController programmatically: MyTableViewController* orders = [[MyTableViewController alloc] initWithClassName:@"Order"]; MyDetailsViewController* details = [[MyDetailsViewController alloc] init]; UISplitViewController*