我创建一个UserProfile TableView并使用下面的代码推送到新视图
CollectionIndexViewController *vc = [self.storyboard instantiateViewControllerWithIdentifier@"xxxxxxxxxxx"];
[self.navigationController pushViewController:vc animated:YES];
通常它运作良好。但有时当我想推新视图时,我发现只有导航标题发生变化。但内容不会改变。似乎是块。
但是当我按下主页按钮并再次恢复应用程序时。内容视图更改为新视图:我不知道发生了什么。我的代码出了什么问题。有人知道为什么请帮帮我。谢谢