All Projects → TonyReet → Tysnapshotscroll

TonyReet / Tysnapshotscroll

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

Projects that are alternatives of or similar to Tysnapshotscroll

Closures
Swifty closures for UIKit and Foundation
Stars: ✭ 1,720 (+142.6%)
Mutual labels:  uicollectionview, uitableview, uiscrollview
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+485.61%)
Mutual labels:  uicollectionview, uitableview, uiscrollview
Gskstretchyheaderview
A generic stretchy header for UITableView and UICollectionView
Stars: ✭ 1,624 (+129.06%)
Mutual labels:  uicollectionview, uitableview, uiscrollview
Vbpiledview
Simple and beautiful stacked UIView to use as a replacement for an UITableView, UIImageView or as a menu
Stars: ✭ 164 (-76.87%)
Mutual labels:  uicollectionview, uitableview, collectionview
HDEmptyView
一个Swift语言封装的EmptyView显示库,可作用于WKWebView、UITableView、UICollectionView 无网络提醒或者空数据提醒
Stars: ✭ 29 (-95.91%)
Mutual labels:  uitableview, uicollectionview, wkwebview
Baraba
Make your UIScrollView scroll automatically when user is looking 👀 by tracking face using ARKit and AVFoundation
Stars: ✭ 268 (-62.2%)
Mutual labels:  uicollectionview, uitableview, uiscrollview
XLRefresh
iOS 下拉刷新工具
Stars: ✭ 25 (-96.47%)
Mutual labels:  uitableview, uicollectionview, uiscrollview
Persei
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
Stars: ✭ 3,395 (+378.84%)
Mutual labels:  uicollectionview, uitableview, uiscrollview
Owl
A declarative type-safe framework for building fast and flexible lists with UITableViews & UICollectionViews
Stars: ✭ 423 (-40.34%)
Mutual labels:  uicollectionview, uitableview
Bubblepictures
Bubble Pictures for iOS done in Swift
Stars: ✭ 434 (-38.79%)
Mutual labels:  picture, collectionview
Emptydataset Swift
🎄 DZNEmptyDataSet implement with Swift.A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display. DZNEmptyDataSet with Swift.
Stars: ✭ 443 (-37.52%)
Mutual labels:  uicollectionview, uitableview
Mbtwitterscroll
Recreate Twitter's profile page scrolling animation for UITableView and UIScrollViews.
Stars: ✭ 421 (-40.62%)
Mutual labels:  uitableview, uiscrollview
Bouncylayout
Make. It. Bounce.
Stars: ✭ 4,035 (+469.11%)
Mutual labels:  uicollectionview, collectionview
Lpdmvvmkit
LPDMvvmKit - Elegant MVVM framework in Objective-C.
Stars: ✭ 400 (-43.58%)
Mutual labels:  uicollectionview, uitableview
Renderhelp
⚡️ 可编程渲染管线实现,帮助初学者学习渲染
Stars: ✭ 494 (-30.32%)
Mutual labels:  image, picture
Carlenscollectionviewlayout
An easy-to-use Collection View Layout for card-like animation.
Stars: ✭ 478 (-32.58%)
Mutual labels:  uicollectionview, collectionview
React Image Magnify
A responsive image zoom component designed for shopping sites.
Stars: ✭ 391 (-44.85%)
Mutual labels:  image, picture
Kddraganddropcollectionview
This component allows for the transfer of data items between collection views through drag and drop
Stars: ✭ 476 (-32.86%)
Mutual labels:  uicollectionview, collectionview
Jt3dscrollview
ScrollView with custom effects during the scroll for iOS
Stars: ✭ 494 (-30.32%)
Mutual labels:  scrollview, uiscrollview
Datasources
💾 🔜📱 Type-safe data-driven CollectionView, TableView Framework. (We can also use ASCollectionNode)
Stars: ✭ 553 (-22%)
Mutual labels:  uicollectionview, collectionview

TYSnapshotScroll

English|简体中文

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

  • [x] iOS13
  • [x] UITableVieW in UIScrollView
  • [x] UIScrollView
  • [x] UITableView
  • [x] UICollectionView
  • [x] WKWebView
  • [x] 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].