Avatar
public struct Avatar
An object used to group the information to be used by an AvatarView.
-
The image to be used for an
AvatarView.Declaration
Swift
public let image: UIImage? -
The placeholder initials to be used in the case where no image is provided.
The default value of this property is
?
.Declaration
Swift
public var initials: String = "?"
-
Undocumented
Declaration
Swift
public init(image: UIImage? = nil, initials: String = "?")
Avatar Structure Reference