C# 클래스 SamplePhotoApp.AssetViewController.AssetViewController

상속: UIViewController, IPHPhotoLibraryChangeObserver
파일 보기 프로젝트 열기: xamarin/monotouch-samples

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AssetViewController ( IntPtr handle ) : System
PhotoLibraryDidChange ( PHChange changeInstance ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AssetViewController() 공개 메소드

public AssetViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

PhotoLibraryDidChange() 공개 메소드

public PhotoLibraryDidChange ( PHChange changeInstance ) : void
changeInstance PHChange
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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