C# Class NibManagerTest.BaseController

Afficher le fichier Open project: dtavlikos/JTNibManager

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
BaseController ( ) : System
DidReceiveMemoryWarning ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewDidUnload ( ) : void

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

BaseController() public méthode

public BaseController ( ) : System
Résultat System

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewDidUnload() public méthode

public ViewDidUnload ( ) : void
Résultat void