【发布时间】:2013-04-22 02:03:40
【问题描述】:
对 UIKit pushViewController 的调用会导致最终的堆栈溢出(或其他异常)吗?我的应用现在使用pushViewController:animated: 来跨屏幕导航,例如:
[[self navigationController] pushViewController:iLovePoniesScreen animated:YES];
这最终会在来回浏览屏幕时造成溢出吗?这是 UIKit 中推荐的屏幕导航方式吗?
【问题讨论】:
标签: ios uiviewcontroller uinavigationcontroller uikit stack-overflow