Code Monkey home page Code Monkey logo

epubreader's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.