C# 클래스 ExamplesChat.iOS.Settings

상속: UIViewController
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

Private Properties

프로퍼티 타입 설명
ReleaseDesignerOutlets void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

Settings() 공개 메소드

public Settings ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidDisappear() 공개 메소드

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

ViewDidLoad() 공개 메소드

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