Search code examples
iosxcodedelegatesstoryboarddatasource

Xcode storyboard delegate datasource scenes


After updating Xcode 7, some of my viewcontrollers' names changed to Delegate Scene, what to do about this? Thanks! enter image description here

Changing the title doesn't help enter image description here


Solution

  • Try renaming the controller to whatever you want it to be:

    Step 1 Select the "controller", named "Delegate" in your screenshot.

    enter image description here

    Step 2 Click again on "Delegate", or press [Enter] to enter renaming mode.

    enter image description here

    Step 3 Rename it to something meaningful.

    enter image description here

    Step 4 Deselect or press [Enter] again to save the changes. The scene name will be updated to match the name you specified.

    enter image description here