C# Class Crayon.Sample.UICollectionViewExample

Inheritance: UICollectionViewController
显示文件 Open project: jamilgeor/Crayon

Public Methods

Method Description
CanPerform ( MonoTouch action, NSObject withSender ) : bool
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, int section ) : int
NumberOfSections ( UICollectionView collectionView ) : int
ShouldShowMenu ( UICollectionView collectionView, NSIndexPath indexPath ) : bool
UICollectionViewExample ( UICollectionViewLayout layout ) : System
ViewDidLoad ( ) : void

Method Details

CanPerform() public method

public CanPerform ( MonoTouch action, NSObject withSender ) : bool
action MonoTouch
withSender NSObject
return bool

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

NumberOfSections() public method

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

ShouldShowMenu() public method

public ShouldShowMenu ( UICollectionView collectionView, NSIndexPath indexPath ) : bool
collectionView UICollectionView
indexPath NSIndexPath
return bool

UICollectionViewExample() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void