I was wondering if, in Xcode, it was possible to find and change all references to the name of a header file, and chage it with something else and still have it work, what I mean is find a name like this:
, and have it find all references to it like this:
, and this:
and replace them with the new name. Thank you
I was wondering if, in Xcode, it was possible to find and change all
Share
You can rename a class with the “Refactor” function in Xcode: