Property | Type | Description | |
---|---|---|---|
GetCell | UITableViewCell | ||
NumberOfSections | nint | ||
PopulateCollectionView | void | ||
ReleaseDesignerOutlets | void | ||
RowsInSection | nint |
Method | Description | |
---|---|---|
LoadAlbum ( string whichAlbum ) : void | ||
ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, |
||
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
ViewDidUnload ( ) : void |
Method | Description | |
---|---|---|
AlbumViewController ( |
Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : nint | ||
PopulateCollectionView ( string whichAlbum ) : void | ||
ReleaseDesignerOutlets ( ) : void | ||
RowsInSection ( UITableView tableView, nint section ) : nint |
protected AlbumViewController ( |
||
handle | ||
return | System |
public LoadAlbum ( string whichAlbum ) : void | ||
whichAlbum | string | |
return | void |
public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, |
||
keyPath | NSString | |
ofObject | NSObject | |
change | NSDictionary | |
context | ||
return | void |
public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void | ||
segue | UIStoryboardSegue | |
sender | NSObject | |
return | void |