C# Class UI.MainMenuViewController

Inheritance: UITableViewController
Afficher le fichier Open project: NotMyself/BigRReader Class Usage Examples

Méthodes publiques

Méthode Description
MainMenuViewController ( UITableViewStyle style ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Method Details

MainMenuViewController() public méthode

public MainMenuViewController ( UITableViewStyle style ) : System
style UITableViewStyle
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

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