Skip to content

一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)

License

TonyReet/TYSnapshotScroll

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

TYSnapshotScroll

English|简体中文

Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)

  • iOS13
  • UITableVieW in UIScrollView
  • UIScrollView
  • UITableView
  • UICollectionView
  • WKWebView
  • UIWebView

  • Fix bug on iOS13,please update the lastest version(0.1.4)

  • Pelease use real machine to debug, simulator has some problems


Cocoapods

  • 1、Add the following line to your Podfile:
pod 'TYSnapshotScroll'
  • 2、Then, run the following command:
pod install
  • 3、import .h file:
#import <TYSnapshotScroll.h>
  • 4、if have error "Undefined symbols for architecture arm64" add "$(inherited)" into "Other Linker Flags"

Manually

  • 1、download "TYSnapshotScroll",drag "TYSnapshotScroll" into the project

  • 2、import .h file: :

#import "TYSnapshotScroll.h"

###Usage

[TYSnapshotScroll screenSnapshot:yourView finishBlock:^(UIImage *snapShotImage) {
        //doSomething
    }];

normal: TYSnapshotScroll-w240

UITableView in UIScrollView:
TYSnapshotScroll-w240

About

一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published