C# Class MonoTouch.Dialog.PagingViewController

Inheritance: UIViewController
Afficher le fichier Open project: SuperYeti/MonoTouch-Auto-Rotate-Page-Control-View-Controller Class Usage Examples

Méthodes publiques

Свойство Type Description
Style UITableViewStyle

Méthodes publiques

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

Méthode Description
GetRotateEnabled ( ) : bool
ScrollViewScrolled ( object sender, EventArgs e ) : void

Method Details

CreatePanels() public méthode

public CreatePanels ( ) : void
Résultat void

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

PagingViewController() public méthode

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

PagingViewController() public méthode

public PagingViewController ( bool AutoRotateUI ) : System
AutoRotateUI bool
Résultat System

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

Style public_oe property

public UITableViewStyle Style
Résultat UITableViewStyle