diff --git a/SwViewCapture/UIScrollView+SwCapture.swift b/SwViewCapture/UIScrollView+SwCapture.swift index b2e40a6..c41f456 100755 --- a/SwViewCapture/UIScrollView+SwCapture.swift +++ b/SwViewCapture/UIScrollView+SwCapture.swift @@ -136,15 +136,3 @@ public extension UIScrollView { } } } - -public extension UIWebView { - - public func swContentCapture (_ completionHandler: @escaping (_ capturedImage: UIImage?) -> Void) { - self.scrollView.swContentCapture(completionHandler) - } - - public func swContentScrollCapture (_ completionHandler: @escaping (_ capturedImage: UIImage?) -> Void) { - self.scrollView.swContentScrollCapture(completionHandler) - } - -}