C# Class BeerDrinkin.iOS.SettingsViewController

Inheritance: UITableViewController
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Private Properties

Property Type Description
ReleaseDesignerOutlets void
RowSelected void
btnClose_Activated void
btnClose_Activated void

Public Methods

Method Description
SettingsViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
btnClose_Activated ( UIBarButtonItem sender ) : void
btnClose_Activated ( UIKit sender ) : void

Method Details

SettingsViewController() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void