C# Class Simple.iOS.Sample.ImageDetailsViewController

ファイルを表示 Open project: daniel-luberda/FFImageLoading

Public Properties

Property Type Description
imageURL string

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
ImageDetailsViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
LoadImage ( ) : void

Private Methods

Method Description
TapTransformation ( Foundation sender ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

ImageDetailsViewController() public method

public ImageDetailsViewController ( IntPtr handle ) : System
handle IntPtr
return System

LoadImage() protected method

protected LoadImage ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void

Property Details

imageURL public_oe property

public string imageURL
return string