FUIBaseCalendarItemCollectionViewCell
@MainActor
open class FUIBaseCalendarItemCollectionViewCell : UICollectionViewCell
The FUIBaseCalendarItemCollectionViewCell class defines the attributes and behavior of the cells that appear in calendar view objects.
-
Cell view that will be customized
Declaration
Swift
@MainActor public override init(frame: CGRect) -
Returns an object initialized from data in a given unarchiver.
Declaration
Swift
@MainActor required public init?(coder aDecoder: NSCoder) -
Prepares the receiver for service after it has been loaded from an Interface Builder archive, or nib file.
Declaration
Swift
@MainActor open override func awakeFromNib()