Property | Type | Description | |
---|---|---|---|
GetStatusBarFrame | CGRect | ||
IsDeviceLandscape | bool | ||
IsRunningiOS7OrLater | bool | ||
IsRunningiOS8OrLater | bool | ||
IsStatusBarLandscape | bool | ||
OrientFrame | CGRect | ||
OrientationChanged | void |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
LayoutSubviews ( ) : void | ||
MessageView ( ) : System | ||
MessageView ( string title, string description, MessageType type ) : System |
Method | Description | |
---|---|---|
GetStatusBarFrame ( ) : CGRect | ||
IsDeviceLandscape ( UIDeviceOrientation orientation ) : bool | ||
IsRunningiOS7OrLater ( ) : bool | ||
IsRunningiOS8OrLater ( ) : bool | ||
IsStatusBarLandscape ( UIInterfaceOrientation orientation ) : bool | ||
OrientFrame ( CGRect frame ) : CGRect | ||
OrientationChanged ( NSNotification notification ) : void |
public MessageView ( string title, string description, MessageType type ) : System | ||
title | string | |
description | string | |
type | MessageType | |
return | System |