C# Class SamplePhotoApp.AssetViewController.AssetViewController

Inheritance: UIViewController, IPHPhotoLibraryChangeObserver
Exibir arquivo Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
ApplyFilter void
ApplyLivePhotoFilter void
ApplyPhotoFilter void
ApplyVideoFilter void
AssetViewController System
DidEndPlayback void
EditAsset void
Play void
RemoveAsset void
RevertAsset void
ToggleFavorite void
UpdateImage void
UpdateLivePhoto void
UpdateStaticImage void
WillBeginPlayback void

Public Methods

Method Description
AssetViewController ( IntPtr handle ) : System
PhotoLibraryDidChange ( PHChange changeInstance ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ApplyFilter ( CIFilter filter ) : void
ApplyLivePhotoFilter ( CIFilter filter, PHContentEditingInput input, PHContentEditingOutput output, System.Action completion ) : void
ApplyPhotoFilter ( CIFilter filter, PHContentEditingInput input, PHContentEditingOutput output, System.Action completion ) : void
ApplyVideoFilter ( CIFilter filter, PHContentEditingInput input, PHContentEditingOutput output, System.Action completion ) : void
AssetViewController ( NSCoder coder ) : System
DidEndPlayback ( PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle ) : void
EditAsset ( UIBarButtonItem sender ) : void
Play ( NSObject sender ) : void
RemoveAsset ( NSObject sender ) : void
RevertAsset ( UIAlertAction action ) : void
ToggleFavorite ( UIBarButtonItem sender ) : void
UpdateImage ( ) : void
UpdateLivePhoto ( ) : void
UpdateStaticImage ( ) : void
WillBeginPlayback ( PHLivePhotoView livePhotoView, PHLivePhotoViewPlaybackStyle playbackStyle ) : void

Method Details

AssetViewController() public method

public AssetViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PhotoLibraryDidChange() public method

public PhotoLibraryDidChange ( PHChange changeInstance ) : void
changeInstance PHChange
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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