UIKit pushViewController 上的调用会导致最终的堆栈溢出(或其他异常)吗?我的应用程序现在使用pushViewController:animated:
跨屏幕导航,例如:
[[self navigationController] pushViewController:iLovePoniesScreen animated:YES];
这最终会在来回浏览屏幕时造成溢出吗?这是 UIKit 中推荐的屏幕导航方式吗?
UIKit pushViewController 上的调用会导致最终的堆栈溢出(或其他异常)吗?我的应用程序现在使用pushViewController:animated:
跨屏幕导航,例如:
[[self navigationController] pushViewController:iLovePoniesScreen animated:YES];
这最终会在来回浏览屏幕时造成溢出吗?这是 UIKit 中推荐的屏幕导航方式吗?