Bible iOS Project

一个圣经App, Objc 编码
了解项目,可以看 START
了解iOS开发,可以看 LEARN_IOS
Plan
- 基本的经文导航,阅读,搜索功能
- 个人的经文笔记,导入导出,分享
- 感想Feed,内部发文
- 添加博客、spotify链接🔗
Details
- 数据库选用Sqlite, 框架使用WCDB
- 经文数据库来自于: https://github.com/xieyao04/bible 中文和合本
- icon来自于: https://fonts.google.com/icons?hl=zh-cn&icon.platform=web&icon.query=feed
DataBase
数据库结构(用vscode sqlite viewer 插件看一下)
- 索引表
- 内容表

Developer Guide
暂时没有太多规范,一般小驼峰编码就行,尽可能解耦,充分注释,命名明确,定义类保持单一的指责
Milestone
- 2023/5/24: add START.md LEARN_IOS.md
- 2023/5/13: init project
Reference
- 一个开源Android圣经阅读App https://andbible.github.io/, github
- A collection of freely licensed translations of biblical text in OSIS format. github
- A RESTful API for Bible github
- 一个类似的iOS-App Bible-Assistant