C# 클래스 Hanselminutes.UILoadingView

상속: UIView
파일 보기 프로젝트 열기: chrisntr/HanselminutesIphone 1 사용 예제들

공개 메소드들

메소드 설명
FadeOutAndRemove ( ) : void
UILoadingView ( IntPtr handle ) : System
UILoadingView ( string message ) : System
WillRemoveSubview ( UIView uiview ) : void

비공개 메소드들

메소드 설명
FadeOutLoadingViewDone ( ) : void
Initialize ( ) : void
Initialize ( string message ) : void
SetUpActivityIndicator ( ) : void
SetUpLoadingMessageLabel ( string message ) : void
SetUpOverlayBackground ( ) : void
UILoadingView ( NSCoder coder ) : System

메소드 상세

FadeOutAndRemove() 공개 메소드

public FadeOutAndRemove ( ) : void
리턴 void

UILoadingView() 공개 메소드

public UILoadingView ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

UILoadingView() 공개 메소드

public UILoadingView ( string message ) : System
message string
리턴 System

WillRemoveSubview() 공개 메소드

public WillRemoveSubview ( UIView uiview ) : void
uiview UIView
리턴 void