Search code examples
interface-builderios7xcode5

How to connect storyboard to viewcontroller


In the new xcode 5 how do in interface builder you use to have a drop down menu there to connect your storyboard viewcontrollers to your classes how is this done now?


Solution

  • Unless I'm misunderstanding what you're asking, it's still there. Here are the steps to assign a custom view controller class to your view controller:

    1. Choose your view controller in the list of scenes on the left side.

    Choose view controller screenshot

    1. Choose the Identify Inspector on the right side.
    2. Choose the custom view controller class from the Class list.

    Choose custom view controller class screenshot