CuteAttribute
An elegant way to deal with attributed string in swift. It's convenient to create attributed string by .cute, whatever from String, NSString, NSAttributedString or NSMutableAttributedString. It's so amazing that almost all methods support chaining. I create this project just because I met Typeset serveral days ago. But I found it's so hard to use by swift. So I made this.
Support
Swift 3.0 & iOS 8+
Installation
CocoaPods
- add it to your Podfile.
- Then run the command.
- Import the header file in your project.
Carthage
- Add CuteAttribute to your Cartfile.
- Run the command
-
Follow the rest of the standard Carthage installation instructions to add CuteAttribute to your project.
-
Import the header file in your project.
Manually
- Download the full file.
- Drag the CuteAttribute folder to your project.
TODO
- [x] Documented.
- [x] Example.
- [ ] Test.
- [ ] More convenience.