Xcode storyboard delegate datasource scenes

后端 未结 6 1824
庸人自扰
庸人自扰 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:54

    Check the title property of your View Controller, the name of the view controller comes from either the title property or the Class.(Title taking precedence)

    Screenshot

    Also you can rename the controller manually if you want as suggested by Steve

提交回复
热议问题