DntlBoldify 0.1.4

DntlBoldify 0.1.4

Maintained by Aleksandr Budaiev.




  • By
  • Aleksandr Budaiev

DntlBoldify

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

AttributesTheme * theme = AttributesTheme.defaultTheme;

NSAttributedString * aText = [[NSAttributedString alloc] initWithString:NSLocalizedString(@"1 paragraph", @"some text")];

NSAttributedString *aaText = [aText transformWithMultipleTags: @[@"",@"",@"",@""] primaryAttributes: theme.primary tagAttributes: @[theme.bold, theme.italic, theme.underlined, theme.highlighted]];

Requirements

Installation

Category for NSAttributesString. Apply needed attributes for tagged text. Usefull for cases when you have different attributes for Localizable.strings. Convenient to work with same texts for other targets in the project.

DntlBoldify is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'DntlBoldify'

Author

Budaiev, [email protected]

License

DntlBoldify is available under the MIT license. See the LICENSE file for more info.