Ok, this one has to have been asked before but sometimes you're so lost you don't even know what to look for. I created an iOS project with a tab bar template (default basic one from Xcode). Now I don't care so much about this template and want to use a single view. I designed what I needed in the story board and modified its custom class to the controller I use.
(Custom class subclass UIViewController)
Those are the only steps I have done so far. When the simulator is launched, the old template, that doesn't exist anymore in the story board, is used and is still functional. I created a new project with the template I want and I don't see anything special that I have to do in my main project to have it that way. If someone could point me in the right direction that would be greatly appreciated.
Thanks