Skip to main content

GalleryVC.Content

The content of gallery view controller.

public struct Content 

Initializers

init(message:currentPage:)

public init(
message: ChatMessage,
currentPage: Int = 0
)

Properties

message

The message which attachments are displayed by the gallery.

public var message: ChatMessage

currentPage

The index of currently visible gallery item.

public var currentPage: Int

Did you find this page helpful?