IDenticon
这个库是 identicon 库的移植版,该库可以生成 identicon。
安装
Carthage
github "seaburg/IGIdenticon"
CocoaPods
pod 'IGIdenticon'
SwiftPM
dependencies: [
.package(url: "https://github.com/seaburg/IGIdenticon.git",
from: "0.7.0")
]
用法
imageView.image = Identicon().icon(from: "string", size: CGSize(width: 100, height: 100))