带有自定义上下文菜单选项的 iOS 浏览器应用程序

发布于 2024-11-09 00:06:05 字数 847 浏览 0 评论 0原文

我正在寻找一些具有以下功能的 iOS(iphone/ipad)示例:

  1. 一个本机 iOS 应用程序(iphone/ipad),用于具有基本功能的网页浏览。
  2. 我想在浏览器中的文本选择上连接自定义上下文菜单选项(除了剪切/粘贴标准选项之外)。

编辑 #1 我遇到了 SVWebViewController lib。它提供了向应用程序添加内联浏览器的能力:- https://github.com/samvermette/SVWebViewController

请分享您可以提供的任何链接或提示,我在我开始编写我的应用程序之前可以先看看。

编辑#2:发现此视频对浏览器应用程序很有帮助。它是 UIWebView 编码的快速演练。 http://www.youtube.com/watch?v=yICZb91Poxs

此链接还 - http://iosdeveloperzone。 com/2011/05/21/tutorial-building-a-web-browser-with-uiwebview-part-1/

谢谢。

I am looking for some iOS ( iphone/ipad) samples for below features:

  1. A native iOS app ( iphone / ipad) for web browsing with basic features.
  2. I want to hookup Custom context menu options ( in addition to cut/paste standard options) on text selection in the browser.

edit #1 I came across SVWebViewController lib. It provides ability to add inline browser to the app:-
https://github.com/samvermette/SVWebViewController

please share any links or hints that you can provide that I can look at before I begin writing my app.

edit #2: found this video helpful for browser app. Its a quick walkthrough for coding a UIWebView. http://www.youtube.com/watch?v=yICZb91Poxs

this link also - http://iosdeveloperzone.com/2011/05/21/tutorial-building-a-web-browser-with-uiwebview-part-1/

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

丿*梦醉红颜 2024-11-16 00:06:05

对于你的第二个问题来说,这看起来是一个很好的资源。
http://www.icab。 de/blog/2010/07/11/customize-the-contextual-menu-of-uiwebview/

This looks like a great resource for your second question.
http://www.icab.de/blog/2010/07/11/customize-the-contextual-menu-of-uiwebview/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文