In xib or sb file, some labels witch maybe display stationary text, but when the project supports multi-language, I should create a IBOutlet property of label and then set text by NSLocalizedString(<#key#>, nil).
All though it works, but that's inconvenient way. So I want to use the text keypath with Localized String type in User Defined Runtime Attributes, like this:
text Localized String NSLocalizedString(<#key#>, nil)But it doesn't work for me...