I'm new to iOS development and have such problem, if anybody can help me: My project consist of a view (home view) and a tabbarcontroller with 3 views. How can I make so, that home view will show tabbarcontroller, but without adding tabbar item to it, like this:
------------- ------------- ------------- -------------
| HOME | | VIEW 1 | | VIEW 2 | | VIEW 3 |
|CONTROLLER | |CONTROLLER | |CONTROLLER | |CONTROLLER |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
------------- ------------- ------------- -------------
|VC1|VC2|VC3| |VC1|VC2|VC3| |VC1|VC2|VC3| |VC1|VC2|VC3|
------------- ------------- ------------- -------------
Home view is UITableViewController. Also I'm using Storyboard, if it is important
Thanks