https://github.com/elonpark/attributedstringsugar
NSAttributedString sugar using builder pattern.
https://github.com/elonpark/attributedstringsugar
nsattributedstring swift
Last synced: 10 months ago
JSON representation
NSAttributedString sugar using builder pattern.
- Host: GitHub
- URL: https://github.com/elonpark/attributedstringsugar
- Owner: ElonPark
- License: mit
- Created: 2020-03-21T13:55:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T06:21:10.000Z (over 4 years ago)
- Last Synced: 2025-04-10T19:09:19.935Z (10 months ago)
- Topics: nsattributedstring, swift
- Language: Swift
- Size: 76.2 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AttributedStringSugar
[](https://travis-ci.org/ElonPark/AttributedStringSugar)
[](https://cocoapods.org/pods/AttributedStringSugar)
[](https://cocoapods.org/pods/AttributedStringSugar)
[](https://cocoapods.org/pods/AttributedStringSugar)
## Feature
NSAttributedString sugar using builder pattern.
more detail, see Example
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
Swift 5.0
## Installation
AttributedStringSugar is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'AttributedStringSugar'
```
## Author
Elon Park, sungwoon.park92@gmail.com
## License
AttributedStringSugar is available under the MIT license. See the LICENSE file for more info.