Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elonpark/attributedstringsugar
NSAttributedString sugar using builder pattern.
https://github.com/elonpark/attributedstringsugar
nsattributedstring swift
Last synced: 3 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T06:21:10.000Z (over 3 years ago)
- Last Synced: 2024-09-18T16:51:29.380Z (4 months ago)
- Topics: nsattributedstring, swift
- Language: Swift
- Size: 76.2 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AttributedStringSugar
[![CI Status](https://img.shields.io/travis/ElonPark/AttributedStringSugar.svg?style=flat)](https://travis-ci.org/ElonPark/AttributedStringSugar)
[![Version](https://img.shields.io/cocoapods/v/AttributedStringSugar.svg?style=flat)](https://cocoapods.org/pods/AttributedStringSugar)
[![License](https://img.shields.io/cocoapods/l/AttributedStringSugar.svg?style=flat)](https://cocoapods.org/pods/AttributedStringSugar)
[![Platform](https://img.shields.io/cocoapods/p/AttributedStringSugar.svg?style=flat)](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, [email protected]
## License
AttributedStringSugar is available under the MIT license. See the LICENSE file for more info.