Created
October 5, 2015 22:32
-
-
Save tanshio/cd0ded831fb2077f617b to your computer and use it in GitHub Desktop.
下階層
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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