FUIBaseCalendarItemCollectionViewCell

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

    public override init(frame: CGRect)
  • Returns an object initialized from data in a given unarchiver.

    Declaration

    Swift

    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

    open override func awakeFromNib()