IGIdenticon 0.8.0

IGIdenticon 0.8.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2021
SPMSupports SPM

Maintained by Evgeniy Yurtaev.




  • By
  • Evgeniy Yurtaev

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'

SwiftPM

  dependencies: [
    .package(url: "https://github.com/seaburg/IGIdenticon.git",
             from: "0.7.0")
  ]

Usage

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