C# Class PuppyKittyOverflow.Touch.PuppyKittyOverflow_TouchViewController

Datei anzeigen Open project: jamesmontemagno/PuppyKittyOverflow

Private Properties

Property Type Description
ButtonKitty_TouchUpInside void
ButtonPuppy_TouchUpInside void
ButtonRandom_TouchUpInside void
GetDataAsync Task
ReleaseDesignerOutlets void
SetImage void

Public Methods

Method Description
ApplicationWillResignActive ( NSNotification notification ) : void
ApplicationWillReturnActive ( NSNotification notification ) : void
DidReceiveMemoryWarning ( ) : void
MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
PreferredStatusBarStyle ( ) : UIStatusBarStyle
PuppyKittyOverflow_TouchViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
ButtonKitty_TouchUpInside ( UIButton sender ) : void
ButtonPuppy_TouchUpInside ( UIButton sender ) : void
ButtonRandom_TouchUpInside ( UIButton sender ) : void
GetDataAsync ( System.Stream stream ) : Task
ReleaseDesignerOutlets ( ) : void
SetImage ( OverflowHelper animal ) : void

Method Details

ApplicationWillResignActive() public method

public ApplicationWillResignActive ( NSNotification notification ) : void
notification NSNotification
return void

ApplicationWillReturnActive() public method

public ApplicationWillReturnActive ( NSNotification notification ) : void
notification NSNotification
return void

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

MotionEnded() public method

public MotionEnded ( UIEventSubtype motion, UIEvent evt ) : void
motion UIEventSubtype
evt UIEvent
return void

PreferredStatusBarStyle() public method

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
return UIStatusBarStyle

PuppyKittyOverflow_TouchViewController() public method

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

ViewDidAppear() public method

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

ViewDidDisappear() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void