Renaming a ViewController L2.4.1

Renaming a view controller takes three steps

1.) Change the name of the file in the navigator
file navigator

2.) In the class declaration in the view controller file

class name

3.) In the identity inspector tab of the utilities pane in the storyboard view

You will know the changes have taken affect when the module field changes to the new name of the view controller
rename