I want to fill several UILabels, on different UIViews created with IB, with the same text.
Now I'm doing it connecting each label with an IBOutlet and filling the text programmatically with a constant string defined on a constants file.
What I want is to avoid the connection with an IBOutlet so I can link the desired string token in IB.
Can I do this? Maybe with localization (ibtool) with only one language?