ImageGalleryCollectionViewCell
public final class ImageGalleryCollectionViewCell : UICollectionViewCell, Reusable
An image gallery collection view cell.
-
An image view.
Declaration
Swift
public let imageView: UIImageView
-
An activity indicator.
Declaration
Swift
public let activityIndicatorView: UIActivityIndicatorView
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
public required init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
public override func prepareForReuse()
-
Loads the image by a given URL.
Declaration
Swift
public func loadImage(_ url: URL, completion: @escaping (_ error: Error?) -> Void)