LetterAvatarBuilder
@objc(LKLetterAvatarBuilder)
open class LetterAvatarBuilder : NSObject
Uses for making letter-based avatar images.
-
Makes a letter-based avatar image by using a given configuration.
Declaration
Swift
@objc(makeAvatarWithConfiguration:) open func makeAvatar(with configuration: LetterAvatarBuilderConfiguration) -> UIImage?Parameters
configurationA configuration that is used to draw a letter-based avatar image.
Return Value
Returns whether an instance of UIImage or nil.
View on GitHub
LetterAvatarBuilder Class Reference