CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

GKContactImage 0.0.4

GKContactImage 0.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2019

Maintained by Georg Kitz.




GKContactImage

Creates an avatar image like the iOS7 Contacts.app for a given name

Install

pod 'GKContactImage'

Usage

You simple use the category method with a given name and the size of the image you want to create.

self.bigImageView.image = [UIImage imageForName:@"Georg Kitz" size:self.bigImageView.frame.size];

This would create the following image.

Sample

For a more customized image, use the extra category method with more options.

self.bigImageView.image = [UIImage imageForName:@"Georg Kitz" size:self.bigImageView.frame.size backgroundColor:[UIColor blackColor] textColor:[UIColor yellowColor] font:[UIFont systemFontOfSize:18.0]];

Author

Georg Kitz, @gekitz