In my iPad App I have a modal view (UIViewController with modal presentation style UIModalPresentationPageSheet)
UIViewController
UIModalPresentationPageSheet
Inside the view is a UIWeb
In Swift method :
override public func viewDidDisappear(animated: Bool) { super.viewDidAppear(animated) self.webView.loadHTMLString("", baseURL: nil) }
thanks @alloc_iNit