Property | Type | Description | |
---|---|---|---|
AddAsset | void | ||
AssetGridViewController | System | ||
ComputeDifferenceBetweenRect | |||
ReleaseDesignerOutlets | void | ||
ResetCachedAssets | void | ||
ToNSIndexPaths | NSIndexPath[] | ||
UpdateCachedAssets | void |
Method | Description | |
---|---|---|
AssetGridViewController ( |
||
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddAsset ( NSObject sender ) : void | ||
AssetGridViewController ( NSCoder coder ) : System | ||
ComputeDifferenceBetweenRect ( CGRect oldRect, CGRect newRect ) : |
||
ReleaseDesignerOutlets ( ) : void | ||
ResetCachedAssets ( ) : void | ||
ToNSIndexPaths ( NSIndexSet indexSet ) : NSIndexPath[] | ||
UpdateCachedAssets ( ) : void |
public AssetGridViewController ( |
||
handle | ||
return | System |
public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
return | UICollectionViewCell |
public GetItemsCount ( UICollectionView collectionView, nint section ) : nint | ||
collectionView | UICollectionView | |
section | nint | |
return | nint |
public PhotoLibraryDidChange ( PHChange changeInstance ) : void | ||
changeInstance | PHChange | |
return | void |
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
segue | UIStoryboardSegue | |
sender | NSObject | |
return | void |
public Scrolled ( UIScrollView scrollView ) : void | ||
scrollView | UIScrollView | |
return | void |
public ViewDidAppear ( bool animated ) : void | ||
animated | bool | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |