Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.