Inherits from UIView
Declared in TKCalendarDayEventView.h

Overview

TKCalendarDayEventView is displayed by TKCalendarDayView.

Tasks

Properties

endDate

The end date for the event.

@property (nonatomic, strong) NSDate *endDate

Discussion

The end date for the event.

Declared In

TKCalendarDayEventView.h

identifier

The identifier for the event.

@property (nonatomic, strong) NSNumber *identifier

Discussion

The identifier for the event.

Declared In

TKCalendarDayEventView.h

locationLabel

The location label for the event.

@property (nonatomic, strong) UILabel *locationLabel

Discussion

The location label for the event.

Declared In

TKCalendarDayEventView.h

startDate

The start date for the event.

@property (nonatomic, strong) NSDate *startDate

Discussion

The start date for the event.

Declared In

TKCalendarDayEventView.h

titleLabel

The title label for the event.

@property (nonatomic, strong) UILabel *titleLabel

Discussion

The title label for the event.

Declared In

TKCalendarDayEventView.h

Class Methods

eventView

Returns an event view.

+ (TKCalendarDayEventView *)eventView

Return Value

Returns TKCalendarDayEventView object.

Discussion

Returns an event view.

Declared In

TKCalendarDayEventView.h