Using XCode, and either through Code or through the Storyboard, can someone please explain to me how to add both a Tab Bar and Nav Bar to my view controller while keeping bo

I am assuming you want something like this. Here is how I did it in Interface Builder:
Editor -> Embed In -> Navigation ControllerEditor -> Embed In -> Tab Bar ControllerIs Initial View ControllerHope this helps!