利用WebView制作简单的pdf.doc 阅读器源码

时间:2015-09-24 14:13:23
【文件属性】:

文件名称:利用WebView制作简单的pdf.doc 阅读器源码

文件大小:1.39MB

文件格式:ZIP

更新时间:2015-09-24 14:13:23

iOS webView pdf阅读器

利用WebView制作简单的pdf.doc 阅读器源码


【文件预览】:
webView
----webView()
--------WeatherViewController.h(235B)
--------main.m(356B)
--------webView-Prefix.pch(317B)
--------WeatherViewController.m(2KB)
--------WeatherAppDelegate.h(398B)
--------webView-Info.plist(1KB)
--------WeatherAppDelegate.m(2KB)
--------UCMap.pdf(1.51MB)
--------en.lproj()
----webView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()

网友评论

  • 还不错,能用上
  • 还行,可以使用
  • 很不错搜索是
  • 看看思路啊~
  • 整体来说还是不错的,是我需要的东西
  • 感谢分享,虽不是我想要的,但是作为学习使用还是不错的
  • 不是我要的,但还是谢谢分享
  • webview读取pdf效果不错
  • 资源很完整且实用!
  • 可以借鉴使用
  • 好,可以用。
  • 说的很详细,谢谢分享
  • 挺好的,很有用
  • 运行代码倒错,错误修改方法是在WeatherAppDelegate.h中添加如下代码: @interface WeatherAppDelegate : UIResponder <UIApplicationDelegate> { UIWindow *_window; WeatherViewController *_viewController; }