Inherits from UIView
Declared in TKCalendarCell.h

Overview

Represents a base class for cells used in TKCalendar.

Properties

label

A label used to display the cell text.

@property (nonatomic, strong, readonly) UILabel *label

Declared In

TKCalendarCell.h

owner

An instance of TKCalendar, the owner of this object.

@property (nonatomic, weak) TKCalendar *owner

Declared In

TKCalendarCell.h

Instance Methods

applyStyleForState:

Applies the style specified by its argument to the cell.

- (void)applyStyleForState:(NSInteger)state

Parameters

state

the state that defines the style to apply .

Declared In

TKCalendarCell.h

style

Returns the cell style. Use the style property to customize the visual appearance of TKCalendarCell.

- (TKCalendarCellStyle *__nonnull)style

Declared In

TKCalendarCell.h

updateVisuals

Updates the visual appearance of the cell based on its content.

- (void)updateVisuals

Declared In

TKCalendarCell.h