UIWebView:访问操作系统图形/资源?
我正在使用 UIWebView
实例在应用程序中显示帮助页面。在该 HTML 中,我可以引用操作系统提供的图形(例如背景、图标等)吗?上述资源的 URL 是什么?
I am using a UIWebView
instance to show a help page in an app. Within that HTML can I make reference to graphics provided by the OS (e.g., backgrounds, icons, etc.)? What would be the URLs to said resources?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看此页面:http://iphoneincubator.com/blog/windows-views/uiwebview-重温
以下是 Nick 所写内容的摘要:
首先,在项目中包含图形资源。然后,当将 HTML 加载到 UIWebView 中时,使用主包路径作为 baseURL:
现在可以访问这些资源:
Check out this page: http://iphoneincubator.com/blog/windows-views/uiwebview-revisited
Here's a summary of what Nick wrote:
First, include the graphics resources in your project. Then when loading your HTML into the UIWebView, use the main bundle path as your baseURL:
These resources can now be accessed: