Today's Menu  Portugal
journal and plan nutrition
Classes | Functions
CalendarView.h File Reference
#import <UIKit/UIKit.h>
#import <NSString+CalendarView.h>
Include dependency graph for CalendarView.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CalendarViewRect
 
protocol  <CalendarViewDelegate >
 
class  CalendarView
 

Functions

typedef NS_ENUM (NSInteger, CalendarViewType)
 
typedef NS_ENUM (NSInteger, CalendarMode)
 
typedef NS_ENUM (NSInteger, CalendarEvent)
 

Function Documentation

◆ NS_ENUM() [1/3]

typedef NS_ENUM ( NSInteger  ,
CalendarViewType   
)

Definition at line 12 of file CalendarView.h.

13 {
14  CalendarViewTypeDay,
15  CalendarViewTypeMonth,
16  CalendarViewTypeYear,
17 
18  CalendarViewTypeCount
19 };

◆ NS_ENUM() [2/3]

typedef NS_ENUM ( NSInteger  ,
CalendarMode   
)

Definition at line 21 of file CalendarView.h.

22 {
23  CalendarModeDefault,
24  CalendarModeMonthsAndYears,
25  CalendarModeYears
26 };

◆ NS_ENUM() [3/3]

typedef NS_ENUM ( NSInteger  ,
CalendarEvent   
)

Definition at line 28 of file CalendarView.h.

29 {
30  CalendarEventNone,
31  CalendarEventTap,
32  CalendarEventDoubleTap,
33  CalendarEventSwipeLeft,
34  CalendarEventSwipeRight,
35  CalendarEventPinchIn,
36  CalendarEventPinchOut
37 };