We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed9ed1 commit 2b3bef5Copy full SHA for 2b3bef5
1 file changed
CTSplitViewController/CTSplitViewController.m
@@ -644,6 +644,7 @@ - (void)_unloadMasterView
644
- (void)_loadDetailsView
645
{
646
_detailsView = [[UIView alloc] initWithFrame:self.visibleMasterDetailsFrame];
647
+ _detailsView.layer.masksToBounds = YES;
648
_detailsView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
649
650
[_detailsView insertSubview:self.detailsViewController.view atIndex:0];
0 commit comments