C# Class Minesweeper.MSGameBoardViewControllerController

Inheritance: UICollectionViewController
Afficher le fichier Open project: NashXam/minesweeper

Méthodes publiques

Méthode 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

Méthode Description
GetInsetForSection ( UICollectionView collectionView, UICollectionViewLayout layout, int section ) : UIEdgeInsets

Method Details

GetCell() public méthode

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
Résultat UICollectionViewCell

GetItemsCount() public méthode

public GetItemsCount ( UICollectionView collectionView, int section ) : int
collectionView UICollectionView
section int
Résultat int

ItemSelected() public méthode

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
Résultat void

MSGameBoardViewControllerController() public méthode

public MSGameBoardViewControllerController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

NumberOfSections() public méthode

public NumberOfSections ( UICollectionView collectionView ) : int
collectionView UICollectionView
Résultat int

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void