C# Class MessagesExtension.BuildIceCreamViewController

Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Свойство Type Description
StoryboardIdentifier string

Private Properties

Свойство Type Description
DidTapSelect void
DidTapSelect void
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
BuildIceCreamViewController ( IntPtr handle ) : System
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
DidTapSelect ( Foundation sender ) : void
DidTapSelect ( NSObject sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

BuildIceCreamViewController() public méthode

public BuildIceCreamViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

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, nint section ) : nint
collectionView UICollectionView
section nint
Résultat nint

ViewDidLayoutSubviews() public méthode

public ViewDidLayoutSubviews ( ) : void
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

Property Details

StoryboardIdentifier public_oe static_oe property

public static string StoryboardIdentifier
Résultat string