C# Class iTravel.AlbumViewController

Mostrar archivo Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
GetCell UITableViewCell
NumberOfSections nint
PopulateCollectionView void
ReleaseDesignerOutlets void
RowsInSection nint

Public Methods

Method Description
LoadAlbum ( string whichAlbum ) : void
ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidUnload ( ) : void

Protected Methods

Method Description
AlbumViewController ( IntPtr handle ) : System

Private Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
PopulateCollectionView ( string whichAlbum ) : void
ReleaseDesignerOutlets ( ) : void
RowsInSection ( UITableView tableView, nint section ) : nint

Method Details

AlbumViewController() protected method

protected AlbumViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

LoadAlbum() public method

public LoadAlbum ( string whichAlbum ) : void
whichAlbum string
return void

ObserveValue() public method

public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
keyPath NSString
ofObject NSObject
change NSDictionary
context System.IntPtr
return void

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ViewDidUnload() public method

public ViewDidUnload ( ) : void
return void