Skip to main content

ImageAttachmentGalleryCell

UICollectionViewCell for an image item.

open class ImageAttachmentGalleryCell: GalleryCollectionViewCell 

Inheritance

GalleryCollectionViewCell

Properties

reuseId

open class var reuseId: String 

imageView

A view that displays an image.

open private(set) lazy var imageView: UIImageView = UIImageView()
.withoutAutoresizingMaskConstraints

Methods

setUp()

override open func setUp() 

setUpLayout()

override open func setUpLayout() 

updateContent()

override open func updateContent() 

viewForZooming(in:)

override open func viewForZooming(in scrollView: UIScrollView) -> UIView? 

Did you find this page helpful?