C# Class MALClient.iOS.LogInViewController

Inheritance: UIViewController
Afficher le fichier Open project: Mordonus/MALClient

Private Properties

Свойство Type Description
LogInButton_TouchUpInside void
LogInButton_TouchUpInside void
ReleaseDesignerOutlets void
TextField_Editing void
TextField_Editing void
UsernameTextField_ShouldReturn bool
logIn void

Méthodes publiques

Méthode Description
LogInViewController ( IntPtr handle ) : Foundation
TouchesBegan ( NSSet touches, UIEvent evt ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Méthode Description
LogInButton_TouchUpInside ( UIButton sender ) : void
LogInButton_TouchUpInside ( UIKit sender ) : void
ReleaseDesignerOutlets ( ) : void
TextField_Editing ( UIKit sender ) : void
TextField_Editing ( UITextField sender ) : void
UsernameTextField_ShouldReturn ( UITextField textField ) : bool
logIn ( ) : void

Method Details

LogInViewController() public méthode

public LogInViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Résultat Foundation

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void