C# 클래스 RawExpose.AlbumCollectionViewController

상속: UICollectionViewController
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
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