C# Class SamplePhotoApp.MasterViewController

Inheritance: UITableViewController, IPHPhotoLibraryChangeObserver
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddAlbum ( object sender, EventArgs args ) : void
MasterViewController ( NSCoder coder ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

MasterViewController() public méthode

public MasterViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Résultat nint

PhotoLibraryDidChange() public méthode

public PhotoLibraryDidChange ( PHChange changeInstance ) : void
changeInstance PHChange
Résultat void

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Résultat nint

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Résultat string

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void