Inherits from TKCalendarMonthViewController : UIViewController
Conforms to UITableViewDataSource
UITableViewDelegate
Declared in TKCalendarMonthTableViewController.h

Overview

The TKCalendarMonthTableViewController class creates a controller object that manages a calendar month grid with a table view below it.

Tasks

Properties

tableView

Returns the table view managed by the controller object.

@property (nonatomic, strong) UITableView *tableView

Discussion

Returns the table view managed by the controller object.

Declared In

TKCalendarMonthTableViewController.h

Instance Methods

updateTableOffset:

Will adjust the table view to the changing month view height

- (void)updateTableOffset:(BOOL)animated

Parameters

animated

Animation flag.

Discussion

Will adjust the table view to the changing month view height

Declared In

TKCalendarMonthTableViewController.h