ShowPopupPresentationControllerInterface
protocol ShowPopupPresentationControllerInterface : AnyObject
Undocumented
-
getPresentedController(presented:presenting:)
Extension methodUndocumented
Declaration
Swift
func getPresentedController(presented: UIViewController, presenting: UIViewController?) -> UIPresentationController
-
showPopup(popupViewController:data:)
Extension methodUndocumented
Declaration
Swift
func showPopup(popupViewController: UIViewController, data: [String : Any])