Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 777 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 777 Bytes

ZFTableViewSnapshot

类似于高德地图路线截取tableView长图的功能

pod 'ZFTableViewSnapshot',

- Versions: 1.0.2, 1.0.1, 1.0.0 [master repo]

主要功能:

调用单个方法获取整个tableView长图,类似于高德地图路线截取长图的功能;

使用方法:

1.将Demo中UITableViewSnapshot文件夹拖进项目;

2.在使用的文件中导入#import "UITableView+ZFTableViewSnapshot.h"头文件;

3.调用[self.tableView screenshot]即可方法获取整个tableView长图,返回对象为UIImage类型。

截图示例:

image 希望大家多多支持