├── LICENSE ├── LVScreenShot.podspec ├── LVShotScreenDemo.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist └── xcuserdata │ ├── kongyoufu.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ └── xcschememanagement.plist │ └── mac.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── LVShotScreenDemo ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ ├── 0.imageset │ │ ├── 2106905-7ab5b646e829cc89.png │ │ └── Contents.json │ ├── 1.imageset │ │ ├── 2106905-455165ef1e4bca3c.png │ │ └── Contents.json │ ├── 2.imageset │ │ ├── 2106905-e605863977130646.png │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── bg.imageset │ │ ├── Contents.json │ │ └── bg.png │ ├── bgGreen.imageset │ │ ├── Contents.json │ │ └── bg.jpeg │ ├── image.imageset │ │ ├── Contents.json │ │ └── image.png │ └── logo.imageset │ │ ├── Contents.json │ │ └── logo名牌.jpg ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Examples │ ├── ClearImageViewVC.h │ ├── ClearImageViewVC.m │ ├── ImageComposeVC.h │ ├── ImageComposeVC.m │ ├── ImageFilterVC.h │ ├── ImageFilterVC.m │ ├── ImageMarkViewController.h │ ├── ImageMarkViewController.m │ ├── ScrollViewShotViewController.h │ ├── ScrollViewShotViewController.m │ ├── SeniorImageFilter.h │ ├── SeniorImageFilter.m │ ├── ShotImageViewVC.h │ ├── ShotImageViewVC.m │ ├── TableViewController.h │ ├── TableViewController.m │ ├── ViewShotViewController.h │ ├── ViewShotViewController.m │ ├── WKWebViewShotVC.h │ ├── WKWebViewShotVC.m │ ├── WebViewShotViewController.h │ └── WebViewShotViewController.m ├── Info.plist ├── LVScreenShot │ ├── UIImage+LVManager.h │ ├── UIImage+LVManager.m │ ├── UIScrollView+LVShot.h │ ├── UIScrollView+LVShot.m │ ├── UIView+LVShot.h │ ├── UIView+LVShot.m │ ├── WKWebView+LVShot.h │ └── WKWebView+LVShot.m ├── ViewController.h ├── ViewController.m └── main.m └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LICENSE -------------------------------------------------------------------------------- /LVScreenShot.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVScreenShot.podspec -------------------------------------------------------------------------------- /LVShotScreenDemo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /LVShotScreenDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /LVShotScreenDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /LVShotScreenDemo.xcodeproj/xcuserdata/kongyoufu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo.xcodeproj/xcuserdata/kongyoufu.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /LVShotScreenDemo.xcodeproj/xcuserdata/kongyoufu.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo.xcodeproj/xcuserdata/kongyoufu.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /LVShotScreenDemo.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo.xcodeproj/xcuserdata/mac.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /LVShotScreenDemo/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/AppDelegate.h -------------------------------------------------------------------------------- /LVShotScreenDemo/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/AppDelegate.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/0.imageset/2106905-7ab5b646e829cc89.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/0.imageset/2106905-7ab5b646e829cc89.png -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/0.imageset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/1.imageset/2106905-455165ef1e4bca3c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/1.imageset/2106905-455165ef1e4bca3c.png -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/1.imageset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/2.imageset/2106905-e605863977130646.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/2.imageset/2106905-e605863977130646.png -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/2.imageset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/bg.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/bg.imageset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/bg.imageset/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/bg.imageset/bg.png -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/bgGreen.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/bgGreen.imageset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/bgGreen.imageset/bg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/bgGreen.imageset/bg.jpeg -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/image.imageset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/image.imageset/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/image.imageset/image.png -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/logo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/logo.imageset/Contents.json -------------------------------------------------------------------------------- /LVShotScreenDemo/Assets.xcassets/logo.imageset/logo名牌.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Assets.xcassets/logo.imageset/logo名牌.jpg -------------------------------------------------------------------------------- /LVShotScreenDemo/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /LVShotScreenDemo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ClearImageViewVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ClearImageViewVC.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ClearImageViewVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ClearImageViewVC.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ImageComposeVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ImageComposeVC.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ImageComposeVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ImageComposeVC.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ImageFilterVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ImageFilterVC.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ImageFilterVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ImageFilterVC.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ImageMarkViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ImageMarkViewController.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ImageMarkViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ImageMarkViewController.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ScrollViewShotViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ScrollViewShotViewController.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ScrollViewShotViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ScrollViewShotViewController.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/SeniorImageFilter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/SeniorImageFilter.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/SeniorImageFilter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/SeniorImageFilter.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ShotImageViewVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ShotImageViewVC.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ShotImageViewVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ShotImageViewVC.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/TableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/TableViewController.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/TableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/TableViewController.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ViewShotViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ViewShotViewController.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/ViewShotViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/ViewShotViewController.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/WKWebViewShotVC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/WKWebViewShotVC.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/WKWebViewShotVC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/WKWebViewShotVC.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/WebViewShotViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/WebViewShotViewController.h -------------------------------------------------------------------------------- /LVShotScreenDemo/Examples/WebViewShotViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Examples/WebViewShotViewController.m -------------------------------------------------------------------------------- /LVShotScreenDemo/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/Info.plist -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/UIImage+LVManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/UIImage+LVManager.h -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/UIImage+LVManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/UIImage+LVManager.m -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/UIScrollView+LVShot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/UIScrollView+LVShot.h -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/UIScrollView+LVShot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/UIScrollView+LVShot.m -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/UIView+LVShot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/UIView+LVShot.h -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/UIView+LVShot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/UIView+LVShot.m -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/WKWebView+LVShot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/WKWebView+LVShot.h -------------------------------------------------------------------------------- /LVShotScreenDemo/LVScreenShot/WKWebView+LVShot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/LVScreenShot/WKWebView+LVShot.m -------------------------------------------------------------------------------- /LVShotScreenDemo/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/ViewController.h -------------------------------------------------------------------------------- /LVShotScreenDemo/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/ViewController.m -------------------------------------------------------------------------------- /LVShotScreenDemo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/LVShotScreenDemo/main.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leewaycn/LVScreenShot/HEAD/README.md --------------------------------------------------------------------------------