1
UITabBarController *tbc = (UITabBarController *)self.window.rootViewController; 2 UINavigationController *nav = tbc.viewControllers[tbc.selectedIndex]; 3 ProductDetailsViewController *dVc = [[ProductDetailsViewController alloc] init]; 4 singleCase.finProductIDStr = @"DK00242017031400001"; 5 dVc.hidesBottomBarWhenPushed = YES; 6 [nav pushViewController:dVc animated:YES];

 

相关文章:

  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
相关资源
相似解决方案