Since the binding between handler method and nib file is done graphically, what’s the easiest way to rename my handler in Xcode without breaking that event handling?
Since the binding between handler method and nib file is done graphically, what’s the
Share
Right-click on the name of your method in your .h or .m file, select
Refactor -> Rename.... This also takes care of your XIBs.