Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8e62c0c

Browse filesBrowse files
committed
nav
1 parent 45fa686 commit 8e62c0c
Copy full SHA for 8e62c0c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Coding_iOS/Controllers/RootControllers/Project_RootViewController.m‎

Copy file name to clipboardExpand all lines: Coding_iOS/Controllers/RootControllers/Project_RootViewController.m
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ -(void)goToSearchVC
578578
SearchViewController *vc=[SearchViewController new];
579579
// [self.navigationController pushViewController:vc animated:NO];
580580

581-
UINavigationController *searchNav=[[UINavigationController alloc]initWithRootViewController:vc];
581+
BaseNavigationController *searchNav=[[BaseNavigationController alloc]initWithRootViewController:vc];
582582
[self.navigationController presentViewController:searchNav animated:NO completion:nil];
583583
}
584584

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.