Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pimcoumans/styley

Easy custom styling for NSAttributedStrings
https://github.com/pimcoumans/styley

Last synced: about 1 month ago
JSON representation

Easy custom styling for NSAttributedStrings

Awesome Lists containing this project

README

        

# Styley

[![CI Status](http://img.shields.io/travis/Pim Coumans/Styley.svg?style=flat)](https://travis-ci.org/Pim Coumans/Styley)
[![Version](https://img.shields.io/cocoapods/v/Styley.svg?style=flat)](http://cocoapods.org/pods/Styley)
[![License](https://img.shields.io/cocoapods/l/Styley.svg?style=flat)](http://cocoapods.org/pods/Styley)
[![Platform](https://img.shields.io/cocoapods/p/Styley.svg?style=flat)](http://cocoapods.org/pods/Styley)

Instead of having to deal with substring and NSRanges, just tag some parts of you string with a number and provide a custom attributes dictionary for those numbers. Better description soon!

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

## Installation

Styley is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "Styley"
```

## Author

Pim Coumans, [email protected]

## License

Styley is available under the MIT license. See the LICENSE file for more info.