C# Class Carousel.AppRootViewController

Show file Open project: roland/Carousel

Private Properties

Property Type Description
AppRootViewController System
Initialize void
ScrollViewDecelerationStarted void

Public Methods

Method Description
AppRootViewController ( ) : System
AppRootViewController ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

Private Methods

Method Description
AppRootViewController ( NSCoder coder ) : System
Initialize ( ) : void
ScrollViewDecelerationStarted ( object sender, EventArgs e ) : void

Method Details

AppRootViewController() public method

public AppRootViewController ( ) : System
return System

AppRootViewController() public method

public AppRootViewController ( IntPtr handle ) : System
handle IntPtr
return System

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void