Skip to main content

GalleryItemPreview

The type preview should conform to in order the gallery can be shown from it.

public protocol GalleryItemPreview 

Requirements

attachmentId

Attachment identifier.

var attachmentId: AttachmentId? 

imageView

UIImageView that is displayed the attachment preview.

var imageView: UIImageView 

Did you find this page helpful?