C# Class UICalendar.RotatingCalendarView

Inheritance: RotatingViewController
Show file Open project: Clancey/UICalendar

Public Properties

Property Type Description
OnEventClicked EventClicked
addController EKEventEditViewController

Public Methods

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

Private Methods

Method Description
AddNewEventClicked ( object sender, EventArgs e ) : void
EventsChanged ( NSNotification notification ) : void
HandleNextWeekTouch ( object sender, EventArgs e ) : void
HandlePreviousDayTouch ( object sender, EventArgs e ) : void
HandlePreviousWeekTouch ( object sender, EventArgs e ) : void
landScapeNavBar ( ) : void
portriatNavBar ( ) : void
setDate ( System.DateTime date ) : void

Method Details

ForceAutoRotate() public method

public ForceAutoRotate ( ) : void
return void

RotatingCalendarView() public method

public RotatingCalendarView ( CGRect rect ) : System
rect CGRect
return System

RotatingCalendarView() public method

public RotatingCalendarView ( CGRect rect, float tabBarHeight ) : System
rect CGRect
tabBarHeight float
return System

SetupNavBar() public method

public SetupNavBar ( ) : void
return void

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void

Property Details

OnEventClicked public property

public EventClicked OnEventClicked
return EventClicked

addController public property

public EKEventEditViewController addController
return EKEventEditViewController