objective c - Xcode refactor name of file -


as know can change name of file created in xcode option "refactor -> rename" (by selecting class name after @interface keyword).

it works well, found doesn't change/rename class name header comment. know minor one, wanted know that, default behaviour of "rename" option or doing wrong? solution reflecting in header comment also?

thanks

you have manually search , replace occurrences of old filename. xcode's refactor tools quite limited. xcode can't automatically rename tokens in comments.

if refactor code might want @ appcode, objective-c ide has way better refactoring tools. appcode can rename tokens in comments.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -