CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 MacOS编程

文件名称:epub-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-03-03
  • 文件大小:
    7.57mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Objective-C实现的epub阅读器,支持章节查找,放大缩小字体,wifi传输等-Objective-C implementation of the ePub reader, support section search, zoom font, WiFi transmission
(系统自动生成,下载前可以参看下载内容)

下载文件列表

epub-master/
epub-master/README.md
epub-master/screenshot.png
epub-master/src/
epub-master/src/Default-568h@2x.png
epub-master/src/epub.xcodeproj/
epub-master/src/epub.xcodeproj/project.pbxproj
epub-master/src/epub.xcodeproj/project.xcworkspace/
epub-master/src/epub.xcodeproj/project.xcworkspace/contents.xcworkspacedata
epub-master/src/epub.xcodeproj/project.xcworkspace/xcuserdata/
epub-master/src/epub.xcodeproj/project.xcworkspace/xcuserdata/zhengzhiyu.xcuserdatad/
epub-master/src/epub.xcodeproj/project.xcworkspace/xcuserdata/zhengzhiyu.xcuserdatad/UserInterfaceState.xcuserstate
epub-master/src/epub.xcodeproj/xcuserdata/
epub-master/src/epub.xcodeproj/xcuserdata/zhengzhiyu.xcuserdatad/
epub-master/src/epub.xcodeproj/xcuserdata/zhengzhiyu.xcuserdatad/xcdebugger/
epub-master/src/epub.xcodeproj/xcuserdata/zhengzhiyu.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist
epub-master/src/epub.xcodeproj/xcuserdata/zhengzhiyu.xcuserdatad/xcschemes/
epub-master/src/epub.xcodeproj/xcuserdata/zhengzhiyu.xcuserdatad/xcschemes/epub.xcscheme
epub-master/src/epub.xcodeproj/xcuserdata/zhengzhiyu.xcuserdatad/xcschemes/xcschememanagement.plist
epub-master/src/epub/
epub-master/src/epub/1024.png
epub-master/src/epub/AppDelegate.h
epub-master/src/epub/AppDelegate.m
epub-master/src/epub/BookLoader.h
epub-master/src/epub/BookLoader.m
epub-master/src/epub/BookViewController copy.h
epub-master/src/epub/BookViewController copy.m
epub-master/src/epub/BookViewController.h
epub-master/src/epub/BookViewController.m
epub-master/src/epub/BooksListViewController.h
epub-master/src/epub/BooksListViewController.m
epub-master/src/epub/Chapter.h
epub-master/src/epub/Chapter.m
epub-master/src/epub/ChaptersListViewController.h
epub-master/src/epub/ChaptersListViewController.m
epub-master/src/epub/CocoaHTTPServer/
epub-master/src/epub/CocoaHTTPServer/Core/
epub-master/src/epub/CocoaHTTPServer/Core/Categories/
epub-master/src/epub/CocoaHTTPServer/Core/Categories/DDData.h
epub-master/src/epub/CocoaHTTPServer/Core/Categories/DDData.m
epub-master/src/epub/CocoaHTTPServer/Core/Categories/DDNumber.h
epub-master/src/epub/CocoaHTTPServer/Core/Categories/DDNumber.m
epub-master/src/epub/CocoaHTTPServer/Core/Categories/DDRange.h
epub-master/src/epub/CocoaHTTPServer/Core/Categories/DDRange.m
epub-master/src/epub/CocoaHTTPServer/Core/HTTPAuthenticationRequest.h
epub-master/src/epub/CocoaHTTPServer/Core/HTTPAuthenticationRequest.m
epub-master/src/epub/CocoaHTTPServer/Core/HTTPConnection.h
epub-master/src/epub/CocoaHTTPServer/Core/HTTPConnection.m
epub-master/src/epub/CocoaHTTPServer/Core/HTTPLogging.h
epub-master/src/epub/CocoaHTTPServer/Core/HTTPMessage.h
epub-master/src/epub/CocoaHTTPServer/Core/HTTPMessage.m
epub-master/src/epub/CocoaHTTPServer/Core/HTTPResponse.h
epub-master/src/epub/CocoaHTTPServer/Core/HTTPServer.h
epub-master/src/epub/CocoaHTTPServer/Core/HTTPServer.m
epub-master/src/epub/CocoaHTTPServer/Core/Mime/
epub-master/src/epub/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h
epub-master/src/epub/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.m
epub-master/src/epub/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h
epub-master/src/epub/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.m
epub-master/src/epub/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h
epub-master/src/epub/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.m
epub-master/src/epub/CocoaHTTPServer/Core/Responses/
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.m
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPDataResponse.h
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPDataResponse.m
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.m
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPErrorResponse.h
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPErrorResponse.m
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPFileResponse.h
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPFileResponse.m
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h
epub-master/src/epub/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.m
epub-master/src/epub/CocoaHTTPServer/Core/WebSocket.h
epub-master/src/epub/CocoaHTTPServer/Core/WebSocket.m
epub-master/src/epub/CocoaHTTPServer/Extensions/
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.m
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.m
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.m
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.h
epub-master/src/epub/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.m
epub-master/src/epub/CocoaHTTPServer/Vendor/
ep

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com