C# Класс MessageBar.MessageView

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

Private Properties

Свойство Тип Описание
GetStatusBarFrame CGRect
IsDeviceLandscape bool
IsRunningiOS7OrLater bool
IsRunningiOS8OrLater bool
IsStatusBarLandscape bool
OrientFrame CGRect
OrientationChanged void

Открытые методы

Метод Описание
Equals ( object obj ) : bool
LayoutSubviews ( ) : void
MessageView ( ) : System
MessageView ( string title, string description, MessageType type ) : System

Приватные методы

Метод Описание
GetStatusBarFrame ( ) : CGRect
IsDeviceLandscape ( UIDeviceOrientation orientation ) : bool
IsRunningiOS7OrLater ( ) : bool
IsRunningiOS8OrLater ( ) : bool
IsStatusBarLandscape ( UIInterfaceOrientation orientation ) : bool
OrientFrame ( CGRect frame ) : CGRect
OrientationChanged ( NSNotification notification ) : void

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

LayoutSubviews() публичный Метод

public LayoutSubviews ( ) : void
Результат void

MessageView() публичный Метод

public MessageView ( ) : System
Результат System

MessageView() публичный Метод

public MessageView ( string title, string description, MessageType type ) : System
title string
description string
type MessageType
Результат System