C# 클래스 Minesweeper.MSGameBoardViewControllerController

상속: UICollectionViewController
파일 보기 프로젝트 열기: NashXam/minesweeper

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetInsetForSection ( UICollectionView collectionView, UICollectionViewLayout layout, int section ) : UIEdgeInsets

메소드 상세

GetCell() 공개 메소드

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
리턴 UICollectionViewCell

GetItemsCount() 공개 메소드

public GetItemsCount ( UICollectionView collectionView, int section ) : int
collectionView UICollectionView
section int
리턴 int

ItemSelected() 공개 메소드

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
리턴 void

MSGameBoardViewControllerController() 공개 메소드

public MSGameBoardViewControllerController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

NumberOfSections() 공개 메소드

public NumberOfSections ( UICollectionView collectionView ) : int
collectionView UICollectionView
리턴 int

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void