SimpleEpubReader is the bare minimum functionality needed in order to work with the EPUB file format. It showcases some fundamental implementation details of conforming to the EPUB specification described by the International Digital Publishing Forum.
- Parsing EPUB files
- Opening zip archives
- Reading data from zip file without extracting the whole archive
- Processing EPUB metadata
- Processing the
container.xml
- Processing the root file
- Processing Table of contents
- Showing the table of contents in a table view
- Displaying the EPUB contents in a UIPageViewController
- Loading web page resources located inside the zip archive via a custom NSURLProtocol subclass
- Bookmarks support (coming soon...)