How to display tab bar in UIViewController

Posted by Akrambek on Stack Overflow See other posts from Stack Overflow or by Akrambek
Published on 2012-09-08T16:48:04Z Indexed on 2012/09/09 15:38 UTC
Read the original article Hit count: 265

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.

© Stack Overflow or respective owner

Related posts about ios

Related posts about monotouch