LetterAvatarBuilder
@objc(LAKLetterAvatarBuilder)
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(withConfiguration configuration: LetterAvatarBuilderConfiguration) -> UIImage?
Parameters
configuration
The configuration that is used to draw a letter-based avatar image.
Return Value
An instance of the UIImage class.