Skip to content

Commit

Permalink
Fix launcher frame
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Sep 23, 2024
1 parent 134050e commit 108ab33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ - (void)loadView {
launcherView.navigationItem.title = @"FrontBoardAppLauncher";
[launcherView insertSubview:navigationVC.view atIndex:0];
[self.view addSubview:launcherView];
navigationVC.view.frame = launcherView.bounds;
[navigationVC didMoveToParentViewController:self];
}

@end

0 comments on commit 108ab33

Please sign in to comment.