hyuntaeng / IGIdenticon

Swift identicon generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IGIdenticon

Carthage compatible CocoaPods Compatible

This library is a port of identicon library that generates identicon.
Screenshot example

Installation

Carthage

github "seaburg/IGIdenticon"

CocoaPods

pod 'IGIdenticon'

Usage

imageView.image = Identicon().icon(from: "string", size: CGSize(width: 100, height: 100))

About

Swift identicon generator

License:MIT License


Languages

Language:Swift 92.5%Language:Ruby 4.7%Language:Objective-C 2.8%