How to connect storyboard to viewcontroller

4GetFullOf picture 4GetFullOf · Oct 15, 2013 · Viewed 47.1k times · Source

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?

Answer

Greg picture Greg · Oct 15, 2013

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