C# Class MessageBar.MessageView

Inheritance: UIView
Show file Open project: xamarin/Sport Class Usage Examples

Private Properties

Property Type Description
GetStatusBarFrame CGRect
IsDeviceLandscape bool
IsRunningiOS7OrLater bool
IsRunningiOS8OrLater bool
IsStatusBarLandscape bool
OrientFrame CGRect
OrientationChanged void

Public Methods

Method Description
Equals ( object obj ) : bool
LayoutSubviews ( ) : void
MessageView ( ) : System
MessageView ( string title, string description, MessageType type ) : System

Private Methods

Method Description
GetStatusBarFrame ( ) : CGRect
IsDeviceLandscape ( UIDeviceOrientation orientation ) : bool
IsRunningiOS7OrLater ( ) : bool
IsRunningiOS8OrLater ( ) : bool
IsStatusBarLandscape ( UIInterfaceOrientation orientation ) : bool
OrientFrame ( CGRect frame ) : CGRect
OrientationChanged ( NSNotification notification ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

MessageView() public method

public MessageView ( ) : System
return System

MessageView() public method

public MessageView ( string title, string description, MessageType type ) : System
title string
description string
type MessageType
return System