Inherits from UIViewController
Conforms to TSQCalendarViewDelegate
Declared in MMSpecialsCalendarViewController.h
MMSpecialsCalendarViewController.m

Properties

calendar

  • Used for Displaying the Calendar
@property (nonatomic, strong) NSCalendar *calendar

Declared In

MMSpecialsCalendarViewController.h

selectedDate

  • The selected week
@property (nonatomic) NSDate *selectedDate

Declared In

MMSpecialsCalendarViewController.h

specialsCollectionController

@property (nonatomic, readwrite) MMSpecialsCollectionViewController *specialsCollectionController

Declared In

MMSpecialsCalendarViewController.h

Instance Methods

calendarView:didSelectDate:

Tells the delegate that a particular date was selected.

- (void)calendarView:(TSQCalendarView *)calendarView didSelectDate:(NSDate *)date

Parameters

calendarView

The calendar view that is selecting a date.

date

Midnight on the date being selected.

Declared In

TSQCalendarView.h

contentSizeForViewInPopover

  • Required height for the tableview
- (CGSize)contentSizeForViewInPopover

Discussion

*

  • @return CGSize use in View.

Declared In

MMSpecialsCalendarViewController.h