I am new to developing a user interfaces and iOS in general. One of my colleagues is using a navigation controller for a "create a profile" page where you enter in various pieces of information to create a profile. One of the issues we have is that there is no back button to tap if you make a mistake so that's what I am going to work on. However, using storyboards, I don't actually see any of these buttons and textfields that he has created so I don't know how to add a button to these pages. Is there a way to view specifically what the pages look like. Currently all I see is a gray storyboard that just says Navigation Controller.
Thanks for your help.