C# Class MonoTouch.Dialog.PagingViewController

Inheritance: UIViewController
显示文件 Open project: SuperYeti/MonoTouch-Auto-Rotate-Page-Control-View-Controller Class Usage Examples

Public Properties

Property Type Description
Style UITableViewStyle

Public Methods

Method Description
CreatePanels ( ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
LoadView ( ) : void
PagingViewController ( ) : System

Creates a new DialogViewController from a RootElement and sets the push status

PagingViewController ( bool AutoRotateUI ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
GetRotateEnabled ( ) : bool
ScrollViewScrolled ( object sender, EventArgs e ) : void

Method Details

CreatePanels() public method

public CreatePanels ( ) : void
return void

DidRotate() public method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void

LoadView() public method

public LoadView ( ) : void
return void

PagingViewController() public method

Creates a new DialogViewController from a RootElement and sets the push status
public PagingViewController ( ) : System
return System

PagingViewController() public method

public PagingViewController ( bool AutoRotateUI ) : System
AutoRotateUI bool
return System

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

Style public_oe property

public UITableViewStyle Style
return UITableViewStyle