Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pimcoumans/styley
- Owner: PimCoumans
- License: mit
- Created: 2016-05-13T23:15:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T23:48:56.000Z (over 8 years ago)
- Last Synced: 2024-09-19T14:31:50.679Z (about 2 months ago)
- Language: Objective-C
- Size: 119 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.