asikand-view
Results
2
comments of
asikand-view
I edited the shouldPresent method as follows ``` public func shouldPresent( _ contentViewController: UIViewController?, from superVC: UIViewController?, fullscreen: Bool = false) { if let content = contentViewController { self.superVC =...
Sure, I'll open one today. I have been using this method and it has been working but the only issue is that I am presenting a **Web View** (WKWebView) in...