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.
我在 iOS6 中开发了一个使用 tabBarNavigation 的应用程序。Tab1 是主视图。Tab2 的视图包含应该影响数据在主视图 (Tab1) 中的显示方式的选项。
问题是:如何将值从 view2 传输到主视图?即使我对两个视图都使用相同的 viewController,它也不起作用。当我在 view2 中设置 BOOL 时,主视图中的 BOOL 没有改变......可能是因为控制器类有两个不同的实例:-)
那么,如何在 iOS 6 中做到这一点?
谢谢。