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
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