Structure
Avatar.Configuration
struct Configuration
Relationships
Member Of
Avatar
Avatars are used to quickly identify users. When an image isn’t available, initials are used instead.
Initializers
init(name:image:)
public init(name: String? = nil, image: UIImage? = nil)
Properties
name
let name: String?
image
let image: UIImage?