# readNovel **Repository Path**: coolerting/readNovel ## Basic Information - **Project Name**: readNovel - **Description**: 一款小说阅读器的完整应用 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2022-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 小说阅读器 - 看小说 ================== ![Pod Version](http://img.shields.io/cocoapods/v/DZNEmptyDataSet.svg) ![License](http://img.shields.io/badge/license-MIT-blue.svg) ### screenShot ![Screenshots](https://github.com/wcsBurneyCoder/readNovel/raw/master/screenShot/screenShot.png) ### 功能介绍 业余时间写的一个小说阅读APP,基本包含了小说阅读的基本功能。 声明: app内所有的资源均来源于网络,不得使用于商业活动。 1、书架:实现是推荐书籍列表。收藏书籍功能待完善。 2、最近阅读:最近一次的阅读记录 3、搜索:根据关键字进行搜索书籍 4、分类:根据书籍的分类找书 5、浏览记录:记录所有的浏览记录,删除功能待完善 6、小说阅读:更换小说源,章节目录。阅读主题的更换,字号,背景等。 7、小组件:快速进入最近阅读的书籍 8、3Dtouch:预览书籍详情,快速开始阅读 9、touchID&FaceID:保护隐私。 ### 依赖第三方 1、YYKit(大神框架) 2、YBNetwork (AFN的二次封装) 3、TZImagePickerController/TOCropViewController (照片选择框架/图片裁剪处理框架)自己做了整合。 4、AFNetworking 5、MBProgressHUD 6、Masonry 7、MJExtension 8、MJRefresh ### 使用注意 1、cd到项目目录 pod install 2、因为使用到了today Extension 所以证书中需要配置app groups用来宿主APP与组件共享数据 ### 说明 如有发现任何BUG和问题,欢迎issue或pull request过来,我会第一时间整改,谢谢~