C# Class Rg.Plugins.Popup.IOS.Renderers.PopupPageRenderer

Inheritance: Xamarin.Forms.Platform.iOS.PageRenderer
Mostra file Open project: rotorgames/Rg.Plugins.Popup

Private Properties

Property Type Description
KeyBoardDownNotification void
KeyBoardUpNotification void
OnTap void
RemoveThisPageFromStack void

Public Methods

Method Description
ViewDidLayoutSubviews ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
OnElementChanged ( VisualElementChangedEventArgs e ) : void

Private Methods

Method Description
KeyBoardDownNotification ( NSNotification notifi ) : void
KeyBoardUpNotification ( NSNotification notifi ) : void
OnTap ( UITapGestureRecognizer e ) : void
RemoveThisPageFromStack ( ) : void

Method Details

OnElementChanged() protected method

protected OnElementChanged ( VisualElementChangedEventArgs e ) : void
e VisualElementChangedEventArgs
return void

ViewDidLayoutSubviews() public method

public ViewDidLayoutSubviews ( ) : void
return void

ViewWillAppear() public method

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

ViewWillDisappear() public method

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