C# 클래스 Simple.iOS.Sample.ImagesViewController

상속: UICollectionViewController
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

보호된 프로퍼티들

프로퍼티 타입 설명
currentURL string

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void
GetCell ( UICollectionView collectionView, Foundation indexPath ) : UICollectionViewCell
GetItemsCount ( UICollectionView collectionView, nint section ) : nint
ImagesViewController ( IntPtr handle ) : System
ItemSelected ( UICollectionView collectionView, Foundation indexPath ) : void
NumberOfSections ( UICollectionView collectionView ) : nint
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

보호된 메소드들

메소드 설명
ImageSelected ( int imageIndex ) : void

비공개 메소드들

메소드 설명
TapReloadAll ( Foundation sender ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

GetCell() 공개 메소드

public GetCell ( UICollectionView collectionView, Foundation indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath Foundation
리턴 UICollectionViewCell

GetItemsCount() 공개 메소드

public GetItemsCount ( UICollectionView collectionView, nint section ) : nint
collectionView UICollectionView
section nint
리턴 nint

ImageSelected() 보호된 메소드

protected ImageSelected ( int imageIndex ) : void
imageIndex int
리턴 void

ImagesViewController() 공개 메소드

public ImagesViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ItemSelected() 공개 메소드

public ItemSelected ( UICollectionView collectionView, Foundation indexPath ) : void
collectionView UICollectionView
indexPath Foundation
리턴 void

NumberOfSections() 공개 메소드

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
리턴 nint

PrepareForSegue() 공개 메소드

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void

ViewWillDisappear() 공개 메소드

public ViewWillDisappear ( bool animated ) : void
animated bool
리턴 void

프로퍼티 상세

currentURL 보호되어 있는 프로퍼티

protected string currentURL
리턴 string