|
@@ -136,15 +136,3 @@ public extension UIScrollView {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-public extension UIWebView {
|
|
|
-
|
|
|
- func swContentCapture (_ completionHandler: @escaping (_ capturedImage: UIImage?) -> Void) {
|
|
|
- self.scrollView.swContentCapture(completionHandler)
|
|
|
- }
|
|
|
-
|
|
|
- func swContentScrollCapture (_ completionHandler: @escaping (_ capturedImage: UIImage?) -> Void) {
|
|
|
- self.scrollView.swContentScrollCapture(completionHandler)
|
|
|
- }
|
|
|
-
|
|
|
-}
|