C# Class Rg.Plugins.Popup.IOS.Impl.PopupNavigationIOS

Inheritance: IPopupNavigation
Show file Open project: rotorgames/Rg.Plugins.Popup

Public Methods

Method Description
AddPopup ( PopupPage page ) : void
RemovePopup ( PopupPage page ) : void

Private Methods

Method Description
GetTopViewController ( ) : UIViewController

Method Details

AddPopup() public method

public AddPopup ( PopupPage page ) : void
page Rg.Plugins.Popup.Pages.PopupPage
return void

RemovePopup() public method

public RemovePopup ( PopupPage page ) : void
page Rg.Plugins.Popup.Pages.PopupPage
return void