Inherits from UIView
Conforms to UIScrollViewDelegate
Declared in TKCalendarDayView.h

Overview

TKCalendarDayView imitates the day view in the Calendar app on iPhone.

Tasks

Properties

dataSource

The data source must adopt the TKCalendarDayViewDataSource protocol. The data source is not retained.

@property (nonatomic, assign) id<TKCalendarDayViewDataSource> dataSource

Discussion

The data source must adopt the TKCalendarDayViewDataSource protocol. The data source is not retained.

Declared In

TKCalendarDayView.h

date

The date for the current timeline.

@property (nonatomic, strong) NSDate *date

Discussion

The date for the current timeline.

Declared In

TKCalendarDayView.h

delegate

The delegate must adopt the TKCalendarDayViewDelegate protocol. The data source is not retained.

@property (nonatomic, assign) id<TKCalendarDayViewDelegate> delegate

Discussion

The delegate must adopt the TKCalendarDayViewDelegate protocol. The data source is not retained.

Declared In

TKCalendarDayView.h

is24hClock

The time mark for each hour. Default is NO.

@property (nonatomic, assign) BOOL is24hClock

Discussion

The time mark for each hour. Default is NO.

Declared In

TKCalendarDayView.h

Instance Methods

dequeueReusableEventView

Returns an event view that can used by the data source.

- (TKCalendarDayEventView *)dequeueReusableEventView

Return Value

A previously used TKCalendarDayEventView object.

Discussion

Returns an event view that can used by the data source.

Declared In

TKCalendarDayView.h

reloadData

Reloads the events.

- (void)reloadData

Discussion

Reloads the events.

Declared In

TKCalendarDayView.h