We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c2644 commit bd12248Copy full SHA for bd12248
Classes/AppDelegate.m
@@ -231,7 +231,7 @@ - (void)splitViewController:(UISplitViewController *)svc popoverController:(UIPo
231
// XXX: workaround Apple bug causing the controller to stretch to fill
232
// the entire screen after it unloads the view from a memory warning
233
CGRect frame = [[viewController view] frame];
234
- frame.size.width = 320.0f;
+ frame.size.width = 324.0f;
235
[[viewController view] setFrame:frame];
236
}
237
0 commit comments