Structure
MessagesViewController.AvatarOptions
public struct AvatarOptions: OptionSet
Used to enable/disable the avatar on either side.
Relationships
Member Of
MessagesViewController
A ViewController subclass for displaying conversation interfaces.
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: Int)
Properties
rawValue
public let rawValue: Int
all
public static let all: AvatarOptions = [.outgoing, .incoming]
To show both outgoing and incoming avatars.