C# Class ExamplesChat.iOS.Settings

Inheritance: UIViewController
Show file Open project: MarcFletcher/NetworkComms.Net

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method 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

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

Settings() public method

public Settings ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidDisappear() public method

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

ViewDidLoad() public method

On load set the config as per the chat application
public ViewDidLoad ( ) : void
return void