, .
, , , 1,5 , , .
UILabel , Attributed 1,5 .
setupUI UILabel.
@interface MyClass ()
@property (weak, nonatomic) IBOutlet UILabel *aLabel;
@end
@implementation MyClass
- (void)setupUI {
NSMutableAttributedString *attributedString = [[NSMutableAttributedString alloc] initWithAttributedString:self.aLabel.attributedText];
[attributedString.mutableString setString:NSLocalizedString(@"This is the label text which should be localisable.", "")];
self.aLabel.attributedText = attributedString;
}
@end
attribitedString , , , , . , , Localizable.strings, " ".
, writringString . ( rtf, , Jelly).