C# Class RawExpose.AlbumCollectionViewController

Inheritance: UICollectionViewController
Show file Open project: xamarin/monotouch-samples

Public Methods

Method Description
AlbumCollectionViewController ( IntPtr handle ) : System
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

Method Details

AlbumCollectionViewController() public method

public AlbumCollectionViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

GetCell() public method

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
return UICollectionViewCell

GetItemsCount() public method

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
return nint

ItemSelected() public method

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
return void

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void