Skip to content

jurre/hashtel-objc

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published