I have 4 views already in my story board and they are all in a navigation controller, however, I need to add another view and make that newly added view my first view. I have added my view already, however, whenever I go to Editor -> Embed In -> Navigation Controller, I end up getting a new Navigation Controller.
Is there a way to use my existing Navigation Controller? Or am I forced to use/add a new one?
You need to make "new" viewcontroller rootViewController of your UINavigationController.
Once done, you should be all set.