最近使用iOS8 Sdk(xcode6.1.1)使用Show Segue功能,V_A视图push到V_B视图,然后想通过使用按键返回V_A,我记得ios6的时候可以使用[self dismissViewControllerAnimated:YES];就能够返回上一个视图A,结果发现ios8不行,最后发现一个方法[self.navigationController popViewControllerAnimated:YES]可以实现方法;

stackoverflow:http://stackoverflow.com/questions/14537730/dismissviewcontrolleranimated-not-work-using-quickdialog;

 

相关文章:

  • 2022-01-31
  • 2021-06-29
  • 2021-08-02
  • 2021-09-13
  • 2022-02-16
  • 2022-12-23
  • 2021-09-11
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案