LocationMessageCell
open class LocationMessageCell: MessageContentCell
A subclass of MessageContentCell
used to display location messages.
-
The activity indicator to be displayed while the map image is loading.
Declaration
Swift
open var activityIndicator = UIActivityIndicatorView(activityIndicatorStyle: .gray)
-
The image view holding the map image.
Declaration
Swift
open var imageView = UIImageView()
-
Undocumented
Declaration
Swift
open override func setupSubviews()
-
Responsible for setting up the constraints of the cell’s subviews.
Declaration
Swift
open func setupConstraints()
-
Undocumented
Declaration
Swift
open override func prepareForReuse()
-
Declaration
Swift
open override func configure(with message: MessageType, at indexPath: IndexPath, and messagesCollectionView: MessagesCollectionView)