C# Class SamplePhotoApp.AssetGridViewController

Inheritance: UICollectionViewController, IPHPhotoLibraryChangeObserver
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
AddAsset void
AssetGridViewController System
ComputeDifferenceBetweenRect Rects
ReleaseDesignerOutlets void
ResetCachedAssets void
ToNSIndexPaths NSIndexPath[]
UpdateCachedAssets void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddAsset ( NSObject sender ) : void
AssetGridViewController ( NSCoder coder ) : System
ComputeDifferenceBetweenRect ( CGRect oldRect, CGRect newRect ) : Rects
ReleaseDesignerOutlets ( ) : void
ResetCachedAssets ( ) : void
ToNSIndexPaths ( NSIndexSet indexSet ) : NSIndexPath[]
UpdateCachedAssets ( ) : void

Method Details

AssetGridViewController() public méthode

public AssetGridViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCell() public méthode

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
Résultat UICollectionViewCell

GetItemsCount() public méthode

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
Résultat nint

PhotoLibraryDidChange() public méthode

public PhotoLibraryDidChange ( PHChange changeInstance ) : void
changeInstance PHChange
Résultat void

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

Scrolled() public méthode

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
Résultat void

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void