What is the best way to rename the class that the UIViewController inherits and has the designer.cs class associated with the storyboard?
First I tried to rename the .cs file to MonoDevelop. This worked, but the designer.cs file did not receive a rename, and there was no class name.
Then I renamed the class name. This successfully changed the class name in the .cs and .designer.cs files, but did not change the .designer.cs file name. He also did not change the name "Custom Class" for the controller in Xcode.
So, in Xcode, I changed the name of the Custom Class and saved, and then switched to MonoDevelop, to my dismay, he created a new .cs with the same name as the renamed, and a new .designer.cs file, which he put under the original (renamed ) .cs file next to the old (not renamed) a.designer.cs file!
Can someone tell me the sequence of steps I should have taken?
source share