MMSpecialsCalendarViewController Class Reference
Inherits from | UIViewController |
Conforms to | TSQCalendarViewDelegate |
Declared in | MMSpecialsCalendarViewController.h MMSpecialsCalendarViewController.m |
Tasks
Other Methods
-
selectedDate
property -
specialsCollectionController
property -
calendar
property -
– contentSizeForViewInPopover
Responding to Selection
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
- The controller we are in (Always MMSpecialsCollectionViewController)
@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