我的应用程序结构(针对 iOS 6.1 w/ARC):
Intro View Controller ->presents-> Main Menu View Controller ->presents-> Stuff View Controller
Intro View Controller仅在应用启动时显示一次。用户可以跳回主菜单视图控制器(目前使用 实现dismissViewControllerAnimated:
)。
但是如何摆脱仍然在内存中挥之不去的Intro View Controller呢?