reader for epub file POC for iOS using readium
Readium Readium Swift Toolkit
To run the example project, clone the repo, and run pod install
from the Example directory first.
- Supported build target - iOS 13.0 and later (Xcode 14.x)
this project adheres to Semantic versioning
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.
- Remove library screen
- Change font
- Fix scroll option
- Fix scroll option to be vertical or horizontal only
We alway welcome your contributions 👏
- Fork (https://github.com/amrangry/ePubReader) 🎉
- Create a feature branch ☕
- Run test suite with the
$ make test
command and confirm that it passes ⚡ - Commit your changes 📝
- Rebase your local changes against the
master
branch 💡 - Create new Pull Request 💌
Bugs, feature requests and comments are more than welcome in the issues.
I would like to make ePubReader
a better Project.
The goal is to be able to use in various projects.
Therefore, your feedback is very useful.
I am very happy to tell you your opinions on Issues and PR ❤️
All your feedback and help to improve this project is very welcome. Please create issues for your bugs, ideas & enhancement requests, or better yet, contribute directly by creating a PR. 😎
When reporting an issue, please add a detailed instruction, and if possible a code snippet or test that can be used as a reproducer of your problem. 💥
When creating a pull request, please adhere to the current coding style where possible, and create tests with your code so it keeps providing an awesome test coverage level 💪