YJReaderTool 1.0.5

YJReaderTool 1.0.5

Maintained by LYajun.



 
Depends on:
Masonry>= 0
AFNetworking>= 0
 

  • By
  • 刘亚军

YJReaderTool

文本阅读工具,支持文本、pdf、办公等文件查看

安装方式

1.自动安装

pod 'YJReaderTool'

2.手动安装

  • 1)、将YJReaderTool文件拖入工程中
  • 2)、按照如下图进行相应配置

Build Settings:

Header Search Paths

Build Phases:

Link Binary With Libraries

  • 3)、依赖第三方库

    Masonry, AFNetworking

使用

  • 文件网络地址

@property (nonatomic,copy) NSString *fileUrl;

  • 文件本地路径

@property (nonatomic,copy) NSString *filePath;

YJReaderController *readVC = [[YJReaderController alloc] init];
readVC.readerInfo.fileUrl = @"http://192.168.3.81:8002/lgftp/LBD_TeachProgram/liuyajun1/d4e2e8b3-1280-4da3-9fcc-b35f19c74f42/AfterClassProgram/E101839410/课后标准资料2.txt.html";
[self.navigationController pushViewController:readVC animated:YES];