C# Class BeerDrinkin.iOS.AboutViewController

Show file Open project: MikeCodesDotNet/Beer-Drinkin

Private Properties

Property Type Description
ReleaseDesignerOutlets void
RowSelected void

Public Methods

Method Description
AboutViewController ( IntPtr handle ) : System
OpenUrl ( string url ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

Method Details

AboutViewController() public method

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

OpenUrl() public method

public OpenUrl ( string url ) : void
url string
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void