C# Class UICalendar.RotatingCalendarView

Inheritance: RotatingViewController
Afficher le fichier Open project: Clancey/UICalendar

Méthodes publiques

Свойство Type Description
OnEventClicked EventClicked
addController EKEventEditViewController

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ForceAutoRotate ( ) : void
Résultat void

RotatingCalendarView() public méthode

public RotatingCalendarView ( CGRect rect ) : System
rect CGRect
Résultat System

RotatingCalendarView() public méthode

public RotatingCalendarView ( CGRect rect, float tabBarHeight ) : System
rect CGRect
tabBarHeight float
Résultat System

SetupNavBar() public méthode

public SetupNavBar ( ) : void
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void

Property Details

OnEventClicked public_oe property

public EventClicked OnEventClicked
Résultat EventClicked

addController public_oe property

public EKEventEditViewController addController
Résultat EKEventEditViewController