This library is an Objective-C implementation of the Ethereum fork of Blockies which is intended to be used in iOS, watchOS, tvOS and macOS apps. And the code is literally translated from BlockiesSwift.
Blockies generates unique images (identicons) for a given seed string. Those can be used to create images representing an Ethereum (or other Cryptocurrency) Wallet address or really anything else.
Clone this repo and drag Blockies.* to your project.
#import "Blockies.h"
UIImage *image = [Blockies getImgWithSeed:@"n1RZfatTFvkXPUa8M9bGJyV8AZmjLQZQzrt"];
Zhou Yu, [email protected]
Blockies is available under the MIT license. See the LICENSE file for more info.