I would like to create a new View Controller that I will use in my application. I'm not sure how I should go about creating the controller. When I add a new class (Universal View Controller), I see the proper class and designer class get created but when I go back to the storyboard in xcode I do not see the controller there. I can however create a new view controller manually in storyboard but I'm not sure how I can think link it to the class I created so I can link outlets and actions. Any advice?
↧