C# 클래스 SamplePhotoApp.AssetGridViewController

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

Private Properties

프로퍼티 타입 설명
AddAsset void
AssetGridViewController System
ComputeDifferenceBetweenRect Rects
ReleaseDesignerOutlets void
ResetCachedAssets void
ToNSIndexPaths NSIndexPath[]
UpdateCachedAssets void

공개 메소드들

메소드 설명
AssetGridViewController ( IntPtr handle ) : System
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
PhotoLibraryDidChange ( PHChange changeInstance ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
Scrolled ( UIScrollView scrollView ) : void
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddAsset ( NSObject sender ) : void
AssetGridViewController ( NSCoder coder ) : System
ComputeDifferenceBetweenRect ( CGRect oldRect, CGRect newRect ) : Rects
ReleaseDesignerOutlets ( ) : void
ResetCachedAssets ( ) : void
ToNSIndexPaths ( NSIndexSet indexSet ) : NSIndexPath[]
UpdateCachedAssets ( ) : void

메소드 상세

AssetGridViewController() 공개 메소드

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

Dispose() 보호된 메소드

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

GetCell() 공개 메소드

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
리턴 UICollectionViewCell

GetItemsCount() 공개 메소드

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
리턴 nint

PhotoLibraryDidChange() 공개 메소드

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

PrepareForSegue() 공개 메소드

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
리턴 void

Scrolled() 공개 메소드

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
리턴 void

ViewDidAppear() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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