C# Class SDWebImageSample.DetailViewController

Inheritance: UIViewController
Mostra file Open project: Amplify-Social/JTSImageViewControllerCSharp

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
CompletedHandler ( UIKit.UIImage image, NSError error, SDImageCacheType cacheType, NSUrl url ) : void
DetailViewController ( ) : System
DidReceiveMemoryWarning ( ) : void
ProgressHandler ( int receivedSize, int expectedSize ) : void
ViewDidLoad ( ) : void
configureView ( ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

CompletedHandler() public method

public CompletedHandler ( UIKit.UIImage image, NSError error, SDImageCacheType cacheType, NSUrl url ) : void
image UIKit.UIImage
error NSError
cacheType SDImageCacheType
url NSUrl
return void

DetailViewController() public method

public DetailViewController ( ) : System
return System

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

ProgressHandler() public method

public ProgressHandler ( int receivedSize, int expectedSize ) : void
receivedSize int
expectedSize int
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

configureView() public method

public configureView ( ) : void
return void