带有自定义上下文菜单选项的 iOS 浏览器应用程序
我正在寻找一些具有以下功能的 iOS(iphone/ipad)示例:
- 一个本机 iOS 应用程序(iphone/ipad),用于具有基本功能的网页浏览。
- 我想在浏览器中的文本选择上连接自定义上下文菜单选项(除了剪切/粘贴标准选项之外)。
编辑 #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:
- A native iOS app ( iphone / ipad) for web browsing with basic features.
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于你的第二个问题来说,这看起来是一个很好的资源。
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/