C# Class Minesweeper.iOS.MineGridViewController

Inheritance: UICollectionViewController
Mostra file Open project: NashXam/minesweeper

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

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

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

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

MineGridViewController() public method

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

NewGame() public method

public NewGame ( ) : void
return void

NumberOfSections() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void