jurre / hashtel-objc

get consistent pretty colors from your strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashtel

Get a consistent (pretty) UIColor/NSColor from your strings.

This allows you to show nice colors in your UI's that are consistent throughout your application.

Some ideas to use this for: users without avatars, charts, categories etc.

There's also a ruby version

example

Installing

Install it with the cocoapods:

pod "Hashtel"

Usage

#import "NSString+Hashtel.h"

NSString *string = self.strings[indexPath.row];

cell.backgroundColor = [string color];

About

get consistent pretty colors from your strings

License:MIT License


Languages

Language:Objective-C 92.4%Language:Ruby 7.6%