From 07151d6b2b0b5a1dcd261dcb079f0177951975e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=A6=E5=BE=B7=E8=B6=85?= Date: Sun, 16 Aug 2020 15:48:42 +0800 Subject: [PATCH] =?UTF-8?q?MOD::=E5=8E=BB=E9=99=A4UIWebView?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SwViewCapture/UIScrollView+SwCapture.swift | 12 ------------ 1 file changed, 12 deletions(-) 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) - } - -}