C# 클래스 SamplePhotoApp.MasterViewController

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

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MasterViewController ( IntPtr handle ) : System
NumberOfSections ( UITableView tableView ) : nint
PhotoLibraryDidChange ( PHChange changeInstance ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
TitleForHeader ( UITableView tableView, nint section ) : string
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddAlbum ( object sender, EventArgs args ) : void
MasterViewController ( NSCoder coder ) : System

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

MasterViewController() 공개 메소드

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

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
리턴 nint

PhotoLibraryDidChange() 공개 메소드

public PhotoLibraryDidChange ( PHChange changeInstance ) : void
changeInstance PHChange
리턴 void

PrepareForSegue() 공개 메소드

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

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
리턴 nint

TitleForHeader() 공개 메소드

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
리턴 string

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

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