RingLightColorSelectionViewCell

public class RingLightColorSelectionViewCell : UICollectionViewCell

Undocumented

  • Undocumented

    Declaration

    Swift

    public static let reuseIdentifer: String

Public

  • Used to set the color option that the cell represents.

    Declaration

    Swift

    public func setColor(_ color: UIColor)

    Parameters

    color

    The color to set for the cell.

  • Used to highlight the color option that this cell represents when selected.

    Declaration

    Swift

    public func highlight()
  • Remove the highlight from this cell.

    Declaration

    Swift

    public func unhighlight()
  • Undocumented

    Declaration

    Swift

    public override func layoutSubviews()
  • Undocumented

    Declaration

    Swift

    public override var intrinsicContentSize: CGSize { get }