How to display tab bar in UIViewController
- by Akrambek
I have created tabbar based project in MT and I have following flow in my storyboard;
Tabbarcontroller -> 1) MainViewController -> CustomerViewController;
2) SettingViewController
The problem I am having is that when I use PrepareForSegue function in CustomerViewController and pointing it to MainViewController. Tab Bar UI is missing from MainViewController.
I know that if I point to TabBarController it is going to be fine. But I need to pass some data exactly to MainViewController.
Is there any way to make it. I am new in iOS and monotouch. Any suggestion appreciate.