RingLightColorSelectionViewCell
@MainActor
public class RingLightColorSelectionViewCell : UICollectionViewCell
Undocumented
-
Undocumented
Declaration
Swift
@MainActor public static let reuseIdentifer: String
-
Used to set the color option that the cell represents.
Declaration
Swift
@MainActor 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
@MainActor public func highlight()
-
Remove the highlight from this cell.
Declaration
Swift
@MainActor public func unhighlight()
-
Undocumented
Declaration
Swift
@MainActor override public func layoutSubviews()
-
Undocumented
Declaration
Swift
@MainActor override public var intrinsicContentSize: CGSize { get }