test1 is the first view in the tarbarcontorller.. after I call presentViewController tab bar is missing How can i solve it??
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle: nil];
TestTableViewController *TestTableViewController = [storyboard instantiateViewControllerWithIdentifier:@"test1"];
TestTableViewController.memberid = memberid;
UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:TestTableViewController];
[self.navigationController presentViewController:navigationController animated:YES completion:nil];