DntlBoldify is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DntlBoldify'
NSAttributedString category. Most usefull for cases when you have a different attributes for your text.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Whole paragraphs of attributed text handled easily, even for multiple targets in the project. No routine to generate NSAttributedString one-by-one in the NSMutableAttributedString.
Specify needed attributes via tagging. The right place for this - Localized.strings, even long and complex attributed texts just handled by the single localized key.
DntlBoldify is created with love at the Design and Test Lab company.
Idea, mentor: Krasylnikov Dmytriy, [email protected].
Developer: Budaiev Aleksandr, [email protected].
DntlBoldify is available under the MIT license. See the LICENSE file for more info.