Property | Type | Description | |
---|---|---|---|
ReleaseDesignerOutlets | void |
Method | Description | |
---|---|---|
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell | ||
GetItemsCount ( UICollectionView collectionView, int section ) : int | ||
MineGridViewController ( |
||
NewGame ( ) : void | ||
NumberOfSections ( UICollectionView collectionView ) : int | ||
ViewDidLoad ( ) : void |
Method | Description | |
---|---|---|
ReleaseDesignerOutlets ( ) : void |
public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell | ||
collectionView | UICollectionView | |
indexPath | NSIndexPath | |
return | UICollectionViewCell |
public GetItemsCount ( UICollectionView collectionView, int section ) : int | ||
collectionView | UICollectionView | |
section | int | |
return | int |
public MineGridViewController ( |
||
handle | ||
return | System |
public NumberOfSections ( UICollectionView collectionView ) : int | ||
collectionView | UICollectionView | |
return | int |