C# Class RZTransitionsDemo.SimpleViewController

Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

Method Description
SimpleViewController ( IntPtr handle ) : Foundation
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
NextSimpleColorViewController ( ) : UIViewController
NextSimpleViewController ( ) : UIViewController
NextViewController ( ITransitionInteractionController interactor ) : UIViewController
PopViewController ( UIButton sender ) : void
PushNewViewController ( UIButton sender ) : void
ReleaseDesignerOutlets ( ) : void
ShowModal ( UIButton sender ) : void

Method Details

SimpleViewController() public method

public SimpleViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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