我正在使用storyboards
. 以下是我的看法
My NavigationController --> [Series of ViewControllers] ->About View Controller
现在从AboutViewController
我有
AboutViewController--> ViewController1-->ViewController2-->ViewController3-->ViewController4-->
回到AboutViewController using PUSH SEGUE
.
现在假设我是一个用户,我在上面做,然后回到AboutViewController
我再次去viewController1
等等,viewController4
然后循环多次。
我想知道这是否会导致一些内存问题,因为视图放在堆栈上navigationController
。如果是这样,应该使用什么策略aboutViewController
从ViewController4