C# Класс RawExpose.AlbumCollectionViewController

Наследование: UICollectionViewController
Показать файл Открыть проект

Открытые методы

Метод Описание
AlbumCollectionViewController ( IntPtr handle ) : System
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

Описание методов

AlbumCollectionViewController() публичный Метод

public AlbumCollectionViewController ( IntPtr handle ) : System
handle System.IntPtr
Результат System

GetCell() публичный Метод

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
Результат UICollectionViewCell

GetItemsCount() публичный Метод

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
Результат nint

ItemSelected() публичный Метод

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
Результат void

PrepareForSegue() публичный Метод

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Результат void

ViewDidLoad() публичный Метод

public ViewDidLoad ( ) : void
Результат void