Как локализовать атрибутный заголовок UIButton?IOS

Программируем под IOS
Гость
Как локализовать атрибутный заголовок UIButton?

Сообщение Гость »


Usually when text is plain I can localize it like this:

Код: Выделить всё

"cX3-mQ-HQE.normalTitle" = "arabic.request_again";
and it works, but my

Код: Выделить всё

UIButton
has attributed title and it doesn't work any more with above. What can I do to fix it?


Источник: https://stackoverflow.com/questions/425 ... uted-title

Вернуться в «IOS»