Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ericdotwang/reader-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

7 Commits

Repository files navigation

阅小说iOS客户端

iOS客户端使用的是阅小说开源免费的API:

阅小说接口文档

阅小说App已经上线App StoreGoogle Play,也可以通过下面的链接下载:

阅小说下载地址

http://yuenov.com

欢迎对我们产品提出任何的意见与反馈

Telegram: https://t.me/yuenov

Gmail: yuenov@gmail.com

相关链接:

阅小说Android客户端源码

阅小说接口文档


部分界面预览

  • iPhone/iPod

  • iPad

使用

下载项目到本地,终端执行

pod install

一般会出现如下报错:

fatal: unable to access 'https://chromium.googlesource.com/webm/libwebp/': Failed to connect to chromium.googlesource.com port 443: Operation timed out

这是由于项目中使用了Google开源的libwebp库对WebP图片进行解析,如果终端没有设置代理,那么这个库就无法下载,但是可以使用该库的镜像文件。具体操作如下:

  1. 在cocoapods的仓库找到libwebp的路径,默认路径如下

    ~/.cocoapods/repos/{cocoapods主仓库名称}/Specs/1/9/2/libwebp
    
  2. 找到对应的库版本,这里使用的是1.1.0,打开该文件夹下面的libwebp.podspec.json文件

  3. 替换libwebp.podspec.json文件source中的git地址由https://chromium.googlesource.com/webm/libwebp替换为https://github.com/webmproject/libwebp.git

    "source": {
     "git": "https://github.com/webmproject/libwebp.git",
     "tag": "v1.1.0"
    }
  4. 重新运行pod install

声明

服务器只提供搜索以及在线转码的计算能力,没有存储任何小说内容。如有任何疑问请通过上面提供的联系方式联系我们。

About

阅小说iOS客户端源码

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 98.2%
  • Objective-C++ 1.7%
  • Other 0.1%

AltStyle によって変換されたページ (->オリジナル) /