Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laughmaker/EPubReader
EPubReader阅读器, 解析部分参照了https://github.com/shuhongwu/EpubReader * 也参考了一些其它的类库。
https://github.com/laughmaker/EPubReader
Last synced: 3 months ago
JSON representation
EPubReader阅读器, 解析部分参照了https://github.com/shuhongwu/EpubReader * 也参考了一些其它的类库。
- Host: GitHub
- URL: https://github.com/laughmaker/EPubReader
- Owner: laughmaker
- Created: 2013-03-28T02:44:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-28T08:25:24.000Z (over 11 years ago)
- Last Synced: 2024-07-20T11:06:13.038Z (4 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.25 MB
- Stars: 83
- Watchers: 14
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EPubReader
EPubReader阅读器:Libraries里的EPubReader为Epub的解析部分,其它的(Category、FMDB、TouchXML、ZipArchive等)为支持的类库。
根目录下的EPubReader为写的Demo,Demo基于StoryBoard。
整个项目基于ARC,需要iOS 5.0以上。* **EPubController**是对外的接口,所有的操作通过EPubController来完成。
* **EPubBook**为EPub书籍解析类,读取EPub书籍,解析相关信息。
* **EPubChapter**存储相关章节信息,相关信息在解析时写入。
* **EPubBookmark**为书签信息,由EPubBookmarkManager来管理。
* **EPubChapterListView**为章节列表。
* **EPubView**为阅读视图,展示相关章节详细内容; 一次展示一章。
* **EPubConfig**为相关宏定义。
* **/Libraries**里的/EPubReader为Epub的解析部分,(Category、FMDB、TouchXML、ZipArchive等)为支持的类库。
* **/EPubReader**为写的Demo,Demo为基于StoryBoard。
---
**目前完成的功能:**
1.解析EPub书籍的相关属性。
2.阅读及进度控制。
3.书签的保存读取等。**待完成功能:**
1.阅读进度计算
2.整本书加载阅读,替换为每次只加载单章。
3.其它更多功能。Required:iOS 5.0