Skip to content

Instantly share code, notes, and snippets.

@tanshio
Created October 5, 2015 22:32
Show Gist options
  • Save tanshio/cd0ded831fb2077f617b to your computer and use it in GitHub Desktop.
Save tanshio/cd0ded831fb2077f617b to your computer and use it in GitHub Desktop.
下階層
SearchNavigationController *searchNavView = [self.storyboard instantiateViewControllerWithIdentifier:@"SEARCH"];
SearchViewController *searchView = (SearchViewController *)searchNavView.visibleViewController;
searchView.menuFlag = TRUE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment