C# Class RZTransitionsDemo.SimpleViewController

Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin

Méthodes publiques

Méthode Description
SimpleViewController ( IntPtr handle ) : Foundation
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Méthode 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 méthode

public SimpleViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
Résultat Foundation

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void