TKCalendarInlineView Class Reference
Inherits from | TKView : UIView |
Conforms to | UITableViewDataSource UITableViewDelegate |
Declared in | TKCalendarInlineView.h |
Overview
A view responsible for displaying a list with inline evnets specific for a day cell in TKCalendarMonthPresenter.
Tasks
-
owner
property -
tableView
property -
dayCell
property -
desiredWidthInPopoverMode
property -
maxHeight
property -
rowHeight
property -
fixedHeight
property
Properties
dayCell
The day cell that is currently displayed.
@property (nonatomic, weak) TKCalendarDayCell *dayCell
Declared In
TKCalendarInlineView.h
desiredWidthInPopoverMode
The desired width when using in a popover controller.
@property (nonatomic, assign) CGFloat desiredWidthInPopoverMode
Declared In
TKCalendarInlineView.h
fixedHeight
Determines whether the view height is fixed. If yes, the view height is determined by the value of the maxHeight property. If not, the view height is determined by the events count.
@property (nonatomic, assign) BOOL fixedHeight
Declared In
TKCalendarInlineView.h
maxHeight
Determines the maximum height for the event list view.
@property (nonatomic, assign) CGFloat maxHeight
Declared In
TKCalendarInlineView.h
owner
The month presenter owner of this view.
@property (nonatomic, weak) TKCalendarMonthPresenter *owner
Declared In
TKCalendarInlineView.h