CarouselCollectionViewCell

public class CarouselCollectionViewCell : UICollectionViewCell

Carousel collection view cell which represents a single lens item/icon

  • Undocumented

    Declaration

    Swift

    public let imageView: UIImageView
  • Activity indicator view that should activate when lens content is loading

    Declaration

    Swift

    public let activityIndicatorView: UIActivityIndicatorView
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public override init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder: NSCoder)