I have a localized string:
"%@ some text" = "%@ some text";
The format specifier %@
may appear in any location in the localized string.
The problem is this string should be an NSAttributedString
; the %@
replacement and the rest of the text should have different attributes. How can I solve this issue?