C# Class Hanselminutes.UILoadingView

Inheritance: UIView
Afficher le fichier Open project: chrisntr/HanselminutesIphone Class Usage Examples

Méthodes publiques

Méthode Description
FadeOutAndRemove ( ) : void
UILoadingView ( IntPtr handle ) : System
UILoadingView ( string message ) : System
WillRemoveSubview ( UIView uiview ) : void

Private Methods

Méthode Description
FadeOutLoadingViewDone ( ) : void
Initialize ( ) : void
Initialize ( string message ) : void
SetUpActivityIndicator ( ) : void
SetUpLoadingMessageLabel ( string message ) : void
SetUpOverlayBackground ( ) : void
UILoadingView ( NSCoder coder ) : System

Method Details

FadeOutAndRemove() public méthode

public FadeOutAndRemove ( ) : void
Résultat void

UILoadingView() public méthode

public UILoadingView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

UILoadingView() public méthode

public UILoadingView ( string message ) : System
message string
Résultat System

WillRemoveSubview() public méthode

public WillRemoveSubview ( UIView uiview ) : void
uiview UIView
Résultat void