EzPopup
EzPopup copied to clipboard
EzPopup will help you to show popup in the simplest way
After showing a popup, tapping anywhere on the screen closes the popup, and no button actions get called
In one of your latest updates, you made changes with an 'addChild' function call. Line 173 When I go to run a build, I get "use of unresolved identifier 'addChild'"...
iOS 14 canTapOutsideToDismiss not working because of hierarchy change. Please check. `// MARK: - UIGestureRecognizerDelegate extension PopupViewController: UIGestureRecognizerDelegate { public func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer, shouldReceive touch: UITouch) -> Bool {...
Hi, First of all, I am very glad that this library exists, and thanks for all your efforts to implement this. I found a critical issue. The `deinit` function is...