C# Class ExamplesChat.iOS.Settings

Inheritance: UIViewController
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Private Properties

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

Méthodes publiques

Méthode Description
Settings ( IntPtr handle ) : System
ViewDidDisappear ( bool animated ) : void

Update the settings when the user goes back to the main interface

ViewDidLoad ( ) : void

On load set the config as per the chat application

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

Settings() public méthode

public Settings ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ViewDidDisappear() public méthode

Update the settings when the user goes back to the main interface
public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

On load set the config as per the chat application
public ViewDidLoad ( ) : void
Résultat void