Search code examples
iosviewcontrollertabbarcontroller

Embed current View Controller in Tab Bar Controller


I currently have a single view application which I need to convert to a tab bar application. I'm new to iOS and not quite sure how to embed the current view controller into the controller for the tab bar. Can anyone help with this?


Solution

  • You can select your view controller and then from Edit, select Embed In and then Tab Bar Controller

    enter image description here

    For more info, you can check this in-detail tutorial: http://www.raywenderlich.com/5138/beginning-storyboards-in-ios-5-part-1