Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
MasterViewController ( |
||
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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddAlbum ( object sender, |
||
MasterViewController ( NSCoder coder ) : System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public MasterViewController ( |
||
handle | ||
return | System |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
return | nint |
public PhotoLibraryDidChange ( PHChange changeInstance ) : void | ||
changeInstance | PHChange | |
return | void |
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
segue | UIStoryboardSegue | |
sender | NSObject | |
return | void |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
return | nint |
public TitleForHeader ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
return | string |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |