C# 클래스 Simple.iOS.Sample.ImageDetailsViewController

파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 프로퍼티들

프로퍼티 타입 설명
imageURL string

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
ImageDetailsViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

보호된 메소드들

메소드 설명
LoadImage ( ) : void

비공개 메소드들

메소드 설명
TapTransformation ( Foundation sender ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

ImageDetailsViewController() 공개 메소드

public ImageDetailsViewController ( IntPtr handle ) : System
handle IntPtr
리턴 System

LoadImage() 보호된 메소드

protected LoadImage ( ) : void
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void

프로퍼티 상세

imageURL 공개적으로 프로퍼티

public string imageURL
리턴 string