iOS 因为reason: 'Pushing the same view controller instance more than once is not supported而奔溃(上)

这个问题是什么意思呢,之前遇到过几次,但程序再次打开时没有问题,也就没有重视,今天又遇到了,无法忍受啊。

控制台报的错误是:“不支持多次推入相同的视图控制器实例“。

iOS 因为reason: 'Pushing the same view controller instance more than once is not supported而奔溃(上)

什么原因造成的呢?

提示了LoginViewController  .在进入这个页面的时候,有多次重复push操作。具体什么原因,在一个控制器里有多次执行push进同一个控制器的操作。

上一篇:iOS第八课——Navigation Controller和Tab bar Controller


下一篇:同“窗”的较量:部署在 Windows 上的 .NET Core 版博客站点发布上线