Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 StoryBoard 和它的根视图控制器中使用了一个导航控制器没有发生,因为视图已经存储了最后一个实例。我的问题是:是否可以通过销毁最后一个视图并再次调用动画来从情节提要再次加载视图。我不想以编程方式再次设置框架,因为对象太多。
一种解决方案是在 viewWillAppear 方法中编写动画代码。