我在 MT 中创建了基于 tabbar 的项目,并且在我的故事板中有以下流程;
Tabbarcontroller -> 1) MainViewController -> CustomerViewController;
2) SettingViewController
我遇到的问题是,当我使用PrepareForSegue函数CustomerViewController并将其指向MainViewController. 中缺少标签栏 UI MainViewController。
我知道如果我指出TabBarController它会很好。但我需要将一些数据准确传递给MainViewController.
有什么办法可以做到。我是 iOS 和 monotouch 的新手。任何建议表示赞赏。