C# Class Flags.DataViewController

Inheritance: UIViewController
Show file Open project: xamarin/monotouch-samples Class Usage Examples

Private Properties

Property Type Description
revealAnswer void

Public Methods

Method Description
DataViewController ( IntPtr handle ) : System
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
revealAnswer ( UIButton sender ) : void

Method Details

DataViewController() public method

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

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void