Property | Type | Description | |
---|---|---|---|
OnEventClicked | EventClicked | ||
addController | EKEventEditViewController |
Method | Description | |
---|---|---|
ForceAutoRotate ( ) : void | ||
RotatingCalendarView ( CGRect rect ) : System | ||
RotatingCalendarView ( CGRect rect, float tabBarHeight ) : System | ||
SetupNavBar ( ) : void | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
ViewWillAppear ( bool animated ) : void | ||
ViewWillDisappear ( bool animated ) : void |
Method | Description | |
---|---|---|
AddNewEventClicked ( object sender, |
||
EventsChanged ( NSNotification notification ) : void | ||
HandleNextWeekTouch ( object sender, |
||
HandlePreviousDayTouch ( object sender, |
||
HandlePreviousWeekTouch ( object sender, |
||
landScapeNavBar ( ) : void | ||
portriatNavBar ( ) : void | ||
setDate ( System.DateTime date ) : void |
public RotatingCalendarView ( CGRect rect ) : System | ||
rect | CGRect | |
return | System |
public RotatingCalendarView ( CGRect rect, float tabBarHeight ) : System | ||
rect | CGRect | |
tabBarHeight | float | |
return | System |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
return | void |