CreationKit Documentation

Class JTACDay​Cell

open class JTACDayCell: UICollectionViewCell  
JTACDayCell JTACDayCell UICollectionViewCell UICollectionViewCell JTACDayCell->UICollectionViewCell DayCollectionViewCell DayCollectionViewCell DayCollectionViewCell->JTACDayCell

Subclasses

DayCollectionViewCell

Conforms To

UICollectionViewCell

Initializers

init(frame:​)

public override init(frame: CGRect)  

Cell view that will be customized

init?(coder:​)

required public init?(coder aDecoder: NSCoder)  

Returns an object initialized from data in a given unarchiver.

Properties

is​Selected

@available(*, message: "Using isSelected only to determing when selection occurs is ok. For other cases please use cellState.isSelected to avoid synchronization issues.")
    open override var isSelected: Bool  

Methods

awake​From​Nib()

open override func awakeFromNib()  

Prepares the receiver for service after it has been loaded from an Interface Builder archive, or nib file.