Hashtel 0.0.1

Hashtel 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



Hashtel 0.0.1

  • By
  • Jurre Stender

Get a consistent (pretty) hex color 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];