C# Класс ExamplesChat.iOS.Settings

Наследование: UIViewController
Показать файл Открыть проект

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