Closed mahendragp closed 4 years ago
Please use the latest version. Let us know if you are still facing the issue.
I'm using cocoa pods and I've uninstalled and then install new pod 'PayUmoney_PnP' but still user is able to dismiss the payment view controller interactively by dragging dow the view controller.
Which version of PayUmoney_PnP are you using?
The following PayUmoney_PnP pod version is used in my application.
PayUmoney_PnP (2.5.0)
Please use the Latest version 2.5.1.
Thank you. Now its working.
I'm collecting payment from customer using Pay-U-Money in following way...
PlugNPlay is sub class of NSObject
So when I present the payment view controller, user can dismiss view controller by dragging down the view controller.
It is by default enabled for every presented view controller > iOS 13 versions
So how can I disable integrative dismissal of view controller?
Yes, I know that I can set modalPresentationStyle property over view controller but in PayUmoney SDK I did't found any UIViewController's sub class.