C# Class iOSTunez.ArtistsView

Inheritance: TableViewControllerWithPlayQueue
Show file Open project: alanmcgovern/tunez

Private Properties

Property Type Description
RandomPlayAllPressed void
RandomPlayAllPressed void
ReleaseDesignerOutlets void

Public Methods

Method Description
ArtistsView ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
RandomPlayAllPressed ( UIButton sender ) : void
RandomPlayAllPressed ( UIKit sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

ArtistsView() public method

public ArtistsView ( IntPtr handle ) : System
handle System.IntPtr
return System

PrepareForSegue() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void