Skip to content

Commit bd12248

Browse files
committed
Fix weird line on iPad split view controller.
1 parent a8c2644 commit bd12248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ - (void)splitViewController:(UISplitViewController *)svc popoverController:(UIPo
231231
// XXX: workaround Apple bug causing the controller to stretch to fill
232232
// the entire screen after it unloads the view from a memory warning
233233
CGRect frame = [[viewController view] frame];
234-
frame.size.width = 320.0f;
234+
frame.size.width = 324.0f;
235235
[[viewController view] setFrame:frame];
236236
}
237237

0 commit comments

Comments
 (0)