I want to extract multiple "hard coded" strings to a single strings file, is there a smart way to do it in AppCode?
I tried to find it, but the only solution for now is:
Let's say, I have file MyFile with string in it called time="7:30"
Extract each string with refactor -> extract -> constant It will be now in the header file of MyFile.
Move the constant manually from MyFile.h to my Constants file.