C# Class MemoryDemo.MemoryDemoViewController

Inheritance: UICollectionViewController
ファイルを表示 Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
MemoryDemoViewController ( UICollectionViewLayout layout ) : System
ViewDidLoad ( ) : 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, nint section ) : nint
collectionView UICollectionView
section nint
return nint

MemoryDemoViewController() public method

public MemoryDemoViewController ( UICollectionViewLayout layout ) : System
layout UICollectionViewLayout
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void