Renaming / refactoring a View controller

I used this tutorial to rename the controller like http://iosdeveloperzone.com/2011/05/14/how-to-rename-a-class-using-refactoring-in-xcode-4/

Basically just switch to the Symbol Navigator view, click on the view controller, and then Edit> Refactor> Rename

It works great!

However, when I go to the character navigator, does my new view manager no longer show?

Why did it disappear? What if I want to rename it again?

Thank!

+5
source share
1 answer

→ " " viewcontroller. , .

+3

All Articles