C# Class Minesweeper.MSGameBoardViewControllerController

Inheritance: UICollectionViewController
Exibir arquivo Open project: NashXam/minesweeper

Public Methods

Method Description
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, int section ) : int
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
MSGameBoardViewControllerController ( IntPtr handle ) : System
NumberOfSections ( UICollectionView collectionView ) : int
ViewDidLoad ( ) : void

Private Methods

Method Description
GetInsetForSection ( UICollectionView collectionView, UICollectionViewLayout layout, int section ) : UIEdgeInsets

Method Details

GetCell() public method

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

GetItemsCount() public method

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

ItemSelected() public method

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

MSGameBoardViewControllerController() public method

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

NumberOfSections() public method

public NumberOfSections ( UICollectionView collectionView ) : int
collectionView UICollectionView
return int

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void