Avatar
public struct AvatarAn object used to group the information to be used by an AvatarView.
- 
                  
                  The image to be used for an AvatarView.DeclarationSwift 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 ? .DeclarationSwift public var initials: String = "?"
- 
                  
                  Undocumented DeclarationSwift public init(image: UIImage? = nil, initials: String = "?")
 Avatar Structure Reference
        Avatar Structure Reference