Xcode storyboard delegate datasource scenes

后端 未结 6 1854
庸人自扰
庸人自扰 2021-01-01 20:15

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

Changing the title doesn\'t help

6条回答
  •  渐次进展
    2021-01-01 20:59

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

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

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

    Step 3 Rename it to something meaningful.

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

提交回复
热议问题