RingLightColorSelectionViewCell
public class RingLightColorSelectionViewCell : UICollectionViewCell
Undocumented
-
Undocumented
Declaration
Swift
public static let reuseIdentifer: String
-
Used to set the color option that the cell represents.
Declaration
Swift
public func setColor(_ color: UIColor)Parameters
colorThe 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
override public func layoutSubviews() -
Undocumented
Declaration
Swift
override public var intrinsicContentSize: CGSize { get }
RingLightColorSelectionViewCell Class Reference