Method | Description | |
---|---|---|
AlbumCollectionViewController ( |
||
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell | ||
GetItemsCount ( UICollectionView collectionView, nint section ) : nint | ||
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void | ||
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
ViewDidLoad ( ) : void |
public AlbumCollectionViewController ( |
||
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 ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
return | void |
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
segue | UIStoryboardSegue | |
sender | NSObject | |
return | void |