Is it possible to create a resource file in Xcode?
For such a situation, let's say I have a 4 view controller, and each has an "Ok" button, and now I need the buttons not to say "Ok", but "Next".
I need to open each button and change the text.
Is it possible to create a file of string resources and simply provide links to the necessary resource?
Or how does it work in Xcode?

Storyboard? - Aleksey Timoshchenko