C# Class SDWebImageSample.DetailViewController

Inheritance: UIViewController
Afficher le fichier Open project: Amplify-Social/JTSImageViewControllerCSharp

Private Properties

Свойство Type Description
ReleaseDesignerOutlets void

Méthodes publiques

Méthode 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

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

CompletedHandler() public méthode

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

DetailViewController() public méthode

public DetailViewController ( ) : System
Résultat System

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

ProgressHandler() public méthode

public ProgressHandler ( int receivedSize, int expectedSize ) : void
receivedSize int
expectedSize int
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

configureView() public méthode

public configureView ( ) : void
Résultat void